Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UPDATE] updated year and fixed = to follow PEP8 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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'''
Expand Down Expand Up @@ -147,4 +147,4 @@ Download link: <a href="https://raw.githubusercontent.com/RajK853/Vocab/master/V

The source is in the source.py file. Feel free to check it out.

Created By Pradipta. Copyright 2014
Created By Pradipta. Copyright 2019