Skip to content

Commit b0aa2b3

Browse files
serbautmdirolf
authored andcommitted
bug in Examples section
1 parent a4ced13 commit b0aa2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ObjectId('4aba160ee23f6b543e000000')
5252
>>> db.my_collection.save({"x": 11})
5353
ObjectId('4aba160ee23f6b543e000002')
5454
>>> db.my_collection.find_one()
55-
{u'x': 10, u'_id': ObjectId('4aba160ee23f6b543e000002')}
55+
{u'x': 10, u'_id': ObjectId('4aba15ebe23f6b53b0000000')}
5656
>>> for item in db.my_collection.find():
5757
... print item["x"]
5858
...

0 commit comments

Comments
 (0)