Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9bd7718

Browse files
committed
Added connect parameter to CouchDB client example
Issue #374
1 parent a2ec32f commit 9bd7718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Connecting with a client
3838
3939
# Use CouchDB to create a CouchDB client
4040
# from cloudant.client import CouchDB
41-
# client = CouchDB(USERNAME, PASSWORD, url='http://127.0.0.1:5984')
41+
# client = CouchDB(USERNAME, PASSWORD, url='http://127.0.0.1:5984', connect=True)
4242
4343
# Use Cloudant to create a Cloudant client using account
4444
from cloudant.client import Cloudant

0 commit comments

Comments
 (0)