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