mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
40 lines
1.5 KiB
Diff
40 lines
1.5 KiB
Diff
From f88dc7df2f6224d1724dc8b02dfa9f2fcde9a9d1 Mon Sep 17 00:00:00 2001
|
|
From: Matt Mills <mmills@2bn.net>
|
|
Date: Thu, 29 Oct 2020 18:47:29 -0600
|
|
Subject: Fix docstrings in python bindings for gr namespace
|
|
|
|
Signed-off-by: Eric Wild <ewild@sysmocom.de>
|
|
---
|
|
python/bindings/docstrings/sink_pydoc_template.h | 2 +-
|
|
python/bindings/docstrings/source_pydoc_template.h | 2 +-
|
|
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
|
|
--
|
|
cgit v1.2.3
|
|
|