Dumplicate words was deleted in README.md

Change-Id: Ic082b6dd9a0a0bf855b87073755f0b1aade0165a
This commit is contained in:
zhouxinyong 2019-01-07 09:16:53 +08:00
parent 759511722f
commit a682e4ce25
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ This will automatically select `LibertyCharm` for a liberty release and
on the `OpenStackCharm` instance via the `__init__()` method, so that the
instance knows what the charm is.
If only a single charm class is needed, the the `__init__()` method of the
If only a single charm class is needed, the `__init__()` method of the
class can be used to determine the release instead:
```python