We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002ade7 commit d76330fCopy full SHA for d76330f
doc/getting-started.rst
@@ -9,7 +9,7 @@ Starting off::
9
>>> couch = couchdb.Server()
10
11
This gets you a Server object, representing a CouchDB server. By default, it
12
-assumes CouchDB is running on localhost:5894. If your CouchDB server is
+assumes CouchDB is running on localhost:5984. If your CouchDB server is
13
running elsewhere, set it up like this:
14
15
>>> couch = couchdb.Server('http://example.com:5984/')
0 commit comments