From d510a92878784aea07d9488b6e2a166a9fc3edef Mon Sep 17 00:00:00 2001 From: Abdur-Rahmaan Janhangeer Date: Mon, 11 Mar 2019 10:22:00 +0400 Subject: [PATCH] [UPDATE] updated year and fixed = to follow PEP8 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab443cb..a7a8b00 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For example, ```python from PyDictionary import PyDictionary -dictionary=PyDictionary() +dictionary = PyDictionary() ``` This is will create a local instance of the PyDictionary class and now it can be used to get meanings, translations etc. @@ -86,7 +86,7 @@ Example: ```python from PyDictionary import PyDictionary -dictionary=PyDictionary("hotel","ambush","nonchalant","perceptive") +dictionary = PyDictionary("hotel","ambush","nonchalant","perceptive") 'There can be any number of words in the Instance' print(dictionary.printMeanings()) '''This print the meanings of all the words''' @@ -147,4 +147,4 @@ Download link: