Skip to content

Commit eac83f5

Browse files
committed
Merge pull request #188 from dduong42/patch-1
Update lists-and-dicts.rst
2 parents f014047 + 9647747 commit eac83f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/topics/lists-and-dicts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Stores Python lists (or any other iterable), represented in BSON as arrays. ::
2626
::
2727

2828
>>> Post(tags=['django', 'mongodb'], ...).save()
29-
>>> Post.objecs.get(...).tags
29+
>>> Post.objects.get(...).tags
3030
['django', 'mongodb']
3131

3232
The typed variant automatically does type conversions according to the given type::

0 commit comments

Comments
 (0)