From b58d59a9e7eff3f6dcd1d0184d7b014f1446bc31 Mon Sep 17 00:00:00 2001 From: Drew Risinger Date: Fri, 4 Jan 2019 12:07:45 -0500 Subject: [PATCH] pyon: fix grammar in module docstring. Signed-off-by: Drew Risinger --- artiq/protocols/pyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/protocols/pyon.py b/artiq/protocols/pyon.py index cfdaa892e..3ddef16a9 100644 --- a/artiq/protocols/pyon.py +++ b/artiq/protocols/pyon.py @@ -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.