From a682e4ce257f3ae97e4212459ebc370aca617ed6 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Mon, 7 Jan 2019 09:16:53 +0800 Subject: [PATCH] Dumplicate words was deleted in README.md Change-Id: Ic082b6dd9a0a0bf855b87073755f0b1aade0165a --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8703413..c6a3668 100644 --- a/README.md +++ b/README.md @@ -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