aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mills <mmills@2bn.net>2020-10-29 18:47:29 -0600
committerEric Wild <ewild@sysmocom.de>2021-01-18 21:16:11 +0100
commitf88dc7df2f6224d1724dc8b02dfa9f2fcde9a9d1 (patch)
treebf91148186d7b74323154fdd292ae85990b60ab5
parent0d727b3ef8ea56132fd538c9aa54b671950e1297 (diff)
Fix docstrings in python bindings for gr namespace
Signed-off-by: Eric Wild <ewild@sysmocom.de>
-rw-r--r--python/bindings/docstrings/sink_pydoc_template.h2
-rw-r--r--python/bindings/docstrings/source_pydoc_template.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/bindings/docstrings/sink_pydoc_template.h b/python/bindings/docstrings/sink_pydoc_template.h
index dad47cf..504105f 100644
--- a/python/bindings/docstrings/sink_pydoc_template.h
+++ b/python/bindings/docstrings/sink_pydoc_template.h
@@ -7,7 +7,7 @@
*
*/
#include "pydoc_macros.h"
-#define D(...) DOC(gr,osmosdr, __VA_ARGS__ )
+#define D(...) DOC(osmosdr, __VA_ARGS__ )
/*
This file contains placeholders for docstrings for the Python bindings.
Do not edit! These were automatically extracted during the binding process
diff --git a/python/bindings/docstrings/source_pydoc_template.h b/python/bindings/docstrings/source_pydoc_template.h
index f2c3ca4..17aae8e 100644
--- a/python/bindings/docstrings/source_pydoc_template.h
+++ b/python/bindings/docstrings/source_pydoc_template.h
@@ -7,7 +7,7 @@
*
*/
#include "pydoc_macros.h"
-#define D(...) DOC(gr,osmosdr, __VA_ARGS__ )
+#define D(...) DOC(osmosdr, __VA_ARGS__ )
/*
This file contains placeholders for docstrings for the Python bindings.
Do not edit! These were automatically extracted during the binding process