Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
# The format is a list of tuples containing the path and title.
# epub_pre_files = []

# HTML files shat should be inserted after the pages created by sphinx.
# HTML files that should be inserted after the pages created by sphinx.
# The format is a list of tuples containing the path and title.
# epub_post_files = []

Expand Down
2 changes: 1 addition & 1 deletion docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GetStream.io
Stream Framework's authors also offer a Saas solution for building feed
systems at `getstream.io <http://getstream.io/>`__ The hosted service is
highly optimized and allows you start building your application
immediatly. It saves you the hastle of maintaining Cassandra, Redis,
immediately. It saves you the hastle of maintaining Cassandra, Redis,
Faye, RabbitMQ and Celery workers. Clients are available for
`Node <https://github.com/GetStream/stream-js>`__,
`Ruby <https://github.com/GetStream/stream-ruby>`__,
Expand Down
2 changes: 1 addition & 1 deletion stream_framework/tests/storage/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_count_insert(self):
@implementation
def test_add_many(self):
results = self.storage.get_slice(self.test_key, 0, None)
# make sure no data polution
# make sure no data pollution
assert results == []
activities = self._build_activity_list(range(3, 0, -1))
self.storage.add_many(self.test_key, activities)
Expand Down