Skip to content

Commit

Permalink
Merge pull request pycassa#239 from dfb/master
Browse files Browse the repository at this point in the history
fixed minor docstring typos
  • Loading branch information
thobbs committed Aug 8, 2014
2 parents e135180 + 6ed9e0b commit 268bfd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycassa/pool.py
Expand Up @@ -301,9 +301,9 @@ def __init__(self, keyspace,
Synchronization may be required to prevent the connection from changing while
another thread is using it.
The pool will keep up `pool_size` open connections in the pool
The pool will keep up to `pool_size` open connections in the pool
at any time. When a connection is returned to the pool, the
connection will be discarded is the pool already contains `pool_size`
connection will be discarded if the pool already contains `pool_size`
connections. The total number of simultaneous connections the pool will
allow is ``pool_size + max_overflow``,
and the number of "sleeping" connections the pool will allow is ``pool_size``.
Expand Down

0 comments on commit 268bfd4

Please sign in to comment.