Skip to content

Commit 83deea0

Browse files
committed
Fix copy pasta and stub build
1 parent a5b01f7 commit 83deea0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// No pulseio module functions.
1+
// No pwmio module functions.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// No pulseio module functions.
1+
// No pwmio module functions.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// No pulseio module functions.
1+
// No pwmio module functions.

shared-bindings/pulseio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//| All classes change hardware state and should be deinitialized when they
4949
//| are no longer needed if the program continues after use. To do so, either
5050
//| call :py:meth:`!deinit` or use a context manager. See
51-
//| :ref:`lifetime-and-contextmanagers` for more info.
51+
//| :ref:`lifetime-and-contextmanagers` for more info."""
5252
//|
5353

5454
STATIC const mp_rom_map_elem_t pulseio_module_globals_table[] = {

0 commit comments

Comments
 (0)