basho / riak-python-client

The Riak client for Python.
Apache License 2.0
320 stars 182 forks source link

Client docs improvement [JIRA: CLIENTS-1056] #512

Closed lukebakken closed 1 year ago

lukebakken commented 7 years ago

http://basho.github.io/riak-python-client/client.html#client-connections

From that page:

The below instantiation statements are all equivalent:

that statement is incorrect as this code starts a client using pbc:

RiakClient()

While all the others establish an http client.

The examples should be consistent and show code for each protocol.

Thanks for reporting this @kaitcarter