Skip to content

Commit

Permalink
Merge pull request #176 from kwlzn/kwlzn/brine_doc_typo
Browse files Browse the repository at this point in the history
Correct a small typo in the brine module docstring
  • Loading branch information
tomerfiliba committed Sep 12, 2015
2 parents 28bf682 + 8238bfb commit 7599ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpyc/core/brine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**Brine** is a simple, fast and secure object serializer for **immutable** objects.
The following types are supported: ``int``, ``long``, ``bool``, ``str``, ``float``,
``unicode``, ``bytes``, ``slice``, ``complex``, ``tuple`` (of simple types),
``forzenset`` (of simple types) as well as the following singletons: ``None``,
``frozenset`` (of simple types) as well as the following singletons: ``None``,
``NotImplemented``, and ``Ellipsis``.
Example::
Expand Down

0 comments on commit 7599ccf

Please sign in to comment.