Skip to content

Commit

Permalink
Merge pull request pycassa#237 from stevemer/master
Browse files Browse the repository at this point in the history
Fix documentation typos (it's bothered me for months)
  • Loading branch information
thobbs committed Aug 7, 2014
2 parents 7441430 + 65e1196 commit e135180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycassa/columnfamily.py
Expand Up @@ -902,7 +902,7 @@ def get_range(self, start="", finish="", columns=None, column_start="",
The `row_count` parameter limits the total number of rows that may be
returned. If left as ``None``, the number of rows that may be returned
is unlimted (this is the default).
is unlimited (this is the default).
When calling `get_range()`, the intermediate results need to be
buffered if we are fetching many rows, otherwise the Cassandra
Expand Down Expand Up @@ -1129,7 +1129,7 @@ def truncate(self):
From the user's perspective, a successful call to ``truncate`` will
result complete data deletion from this column family. Internally,
however, disk space will not be immediatily released, as with all
however, disk space will not be immediately released, as with all
deletes in Cassandra, this one only marks the data as deleted.
The operation succeeds only if all hosts in the cluster at available
Expand Down

0 comments on commit e135180

Please sign in to comment.