Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Grammar fix.
  • Loading branch information
gruns committed Mar 17, 2018
1 parent 0430678 commit e168d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -259,7 +259,7 @@ is raised if __key__ is provided but not in the dictionary.
```

__lists()__ returns a list comprised of the lists of values associated with each\
dictionary key. __iterlists()__ returns and iterator over lists().
dictionary key. __iterlists()__ returns an iterator over __lists()__.

```python
>>> omd = omdict([(1,1), (1,11), (1,111), (2,2), (3,3)])
Expand Down

0 comments on commit e168d52

Please sign in to comment.