Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-1718

Connecting code sample is wrong

    XMLWordPrintable

Details

    Description

      from couchbase.bucket import Bucket
      bucket = Bucket('couchbase://hostname-or-ip/bucket-name
      

      It is missing a quota mark and a closing bracket (')) at the end, it should be:

      from couchbase.bucket import Bucket
      bucket = Bucket('couchbase://hostname-or-ip/bucket-name')
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            amarantha.kulkarni Amarantha Kulkarni (Inactive)
            pvarley Patrick Varley (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty