pyon: fix grammar in module docstring.

Signed-off-by: Drew Risinger <drewrisinger@users.noreply.github.com>
This commit is contained in:
Drew Risinger 2019-01-04 12:07:45 -05:00 committed by Sebastien Bourdeauducq
parent 3312a033eb
commit 17fa5026a5
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.