Skip to content

Commit

Permalink
Merge pull request redis#530 from deejay1/string_fixes
Browse files Browse the repository at this point in the history
Fix typos in README
  • Loading branch information
andymccurdy committed Sep 3, 2014
2 parents bc98cae + 24f8bda commit 499311a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ You can create your own Connection subclasses as well. This may be useful if
you want to control the socket behavior within an async framework. To
instantiate a client class using your own connection, you need to create
a connection pool, passing your class to the connection_class argument.
Other keyword parameters your pass to the pool will be passed to the class
Other keyword parameters you pass to the pool will be passed to the class
specified during initialization.

.. code-block:: pycon
Expand Down Expand Up @@ -613,7 +613,7 @@ Sentinel connection to discover the master and slaves network addresses:
>>> sentinel.discover_slaves('mymaster')
[('127.0.0.1', 6380)]
You can also create Redis client connections from a Sentinel instnace. You can
You can also create Redis client connections from a Sentinel instance. You can
connect to either the master (for write operations) or a slave (for read-only
operations).

Expand Down

0 comments on commit 499311a

Please sign in to comment.