Skip to content

Commit 70ef723

Browse files
committed
docs(README.rst): Use .getall() instead of .getlist().
1 parent b8e1ad8 commit 70ef723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ with ``dict``-style access::
162162
... ])
163163
>>> print(module['foo'])
164164
bar
165-
>>> print(module.getlist('foo'))
165+
>>> print(module.getall('foo'))
166166
['bar', 'remember me?']
167167
>>> print(module.items())
168168
ItemsView(PVLModule([

0 commit comments

Comments
 (0)