There was an error while loading. Please reload this page.
1 parent 7ed8be5 commit c9aae10Copy full SHA for c9aae10
doc/tutorial.rst
@@ -45,7 +45,7 @@ specify the host and port explicitly, as follows:
45
46
.. doctest::
47
48
- >>> client = MongoClient('localhost', 27017)
+ >>> client = MongoClient('mongodb://localhost:27017/')
49
50
Getting a Database
51
------------------
0 commit comments