Skip to content

Commit d76330f

Browse files
committed
doc: Fix default port
1 parent 002ade7 commit d76330f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Starting off::
99
>>> couch = couchdb.Server()
1010

1111
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
12+
assumes CouchDB is running on localhost:5984. If your CouchDB server is
1313
running elsewhere, set it up like this:
1414

1515
>>> couch = couchdb.Server('http://example.com:5984/')

0 commit comments

Comments
 (0)