Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
fix rst typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed May 8, 2019
1 parent b3619b0 commit 2c8f424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Mercator is a Python library that simplifies the following of
serializing dictionary data into Protobuf binary data.

Mercator actually supports extracting data from:

- dictionaries
- SQLAlchemy model instances
- Any opaque python objects (e.g.: :py:class:`~collections.namedtuple`)
Expand All @@ -46,7 +47,6 @@ When should I **not** use Mercator ?
- When writing anything that uses Protobuf gets called.



Install
-------

Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Mercator is a Python library that simplifies the following of
serializing dictionary data into Protobuf binary data.

Mercator actually supports extracting data from:

- dictionaries
- SQLAlchemy model instances
- Any opaque python objects (e.g.: :py:class:`~collections.namedtuple`)
- Any opaque python objects (e.g.: :py:func:`~collections.namedtuple`)


When should I use Mercator ?
Expand Down

0 comments on commit 2c8f424

Please sign in to comment.