pyon: fix grammar in module docstring.

Signed-off-by: Drew Risinger <drewrisinger@users.noreply.github.com>
pull/1234/head
Drew Risinger 2019-01-04 12:07:45 -05:00 committed by David Nadlinger
parent 3e5cea5d89
commit b58d59a9e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"""
This module provide serialization and deserialization functions for Python
This module provides serialization and deserialization functions for Python
objects. Its main features are:
* Human-readable format compatible with the Python syntax.