summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/python
diff options
context:
space:
mode:
Diffstat (limited to 'gr-howto-write-a-block/python')
-rw-r--r--gr-howto-write-a-block/python/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/python/__init__.py b/gr-howto-write-a-block/python/__init__.py
index 3107e1fb9..d4a41c271 100644
--- a/gr-howto-write-a-block/python/__init__.py
+++ b/gr-howto-write-a-block/python/__init__.py
@@ -36,7 +36,7 @@ if _RTLD_GLOBAL != 0:
# ----------------------------------------------------------------
-# import swig generated symbols into the trppm namespace
+# import swig generated symbols into the howto namespace
from howto_swig import *
# import any pure python here