summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-08-21 11:17:42 -0700
committerScott Shawcroft <scott@tannewt.org>2020-08-21 11:17:42 -0700
commit83deea0e0364cfce83d6cf1c5c5f150a1a986d93 (patch)
tree443fc9b4739d3eac1080cbc6731c322c971a9064 /shared-bindings
parenta5b01f73612f23407d059879664834b40441f34e (diff)
Fix copy pasta and stub build
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/pulseio/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/pulseio/__init__.c b/shared-bindings/pulseio/__init__.c
index efef64043..624cd2dfe 100644
--- a/shared-bindings/pulseio/__init__.c
+++ b/shared-bindings/pulseio/__init__.c
@@ -48,7 +48,7 @@
//| All classes change hardware state and should be deinitialized when they
//| are no longer needed if the program continues after use. To do so, either
//| call :py:meth:`!deinit` or use a context manager. See
-//| :ref:`lifetime-and-contextmanagers` for more info.
+//| :ref:`lifetime-and-contextmanagers` for more info."""
//|
STATIC const mp_rom_map_elem_t pulseio_module_globals_table[] = {