From fe96ee8d82b2666951cf3cef8f7f5d991396273f Mon Sep 17 00:00:00 2001
From: Ben Reynwar <ben@reynwar.net>
Date: Mon, 13 Aug 2012 13:46:28 -0700
Subject: docs: Formatted python docstrings for sphinx docs.

---
 gr-digital/python/utils/mod_codes.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gr-digital/python/utils/mod_codes.py')

diff --git a/gr-digital/python/utils/mod_codes.py b/gr-digital/python/utils/mod_codes.py
index caacda5cc6..f55fe41b8b 100644
--- a/gr-digital/python/utils/mod_codes.py
+++ b/gr-digital/python/utils/mod_codes.py
@@ -20,6 +20,7 @@
 # Boston, MA 02110-1301, USA.
 # 
 
+# Constants used to represent what coding to use.
 GRAY_CODE = 'gray'
 SET_PARTITION_CODE = 'set-partition'
 NO_CODE = 'none'
-- 
cgit v1.2.3