]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Correct module docstrings
authorAlec Delaney <tekktrik@gmail.com>
Wed, 19 Jan 2022 17:29:00 +0000 (12:29 -0500)
committerAlec Delaney <tekktrik@gmail.com>
Wed, 19 Jan 2022 17:29:00 +0000 (12:29 -0500)
src/_typing.py
src/circuitpython_typing.py

index 332c7b9204ff0d7e78b30c7528a16fc4b6faece1..6b0d351682d10bc9a79f6522a50d9c3c3c52eb7a 100644 (file)
@@ -23,7 +23,7 @@
 `_typing` - Define (legacy) subset of types for C-level protocols
 =================================================================
 
-See `CircuitPython:board` in CircuitPython for more details.
+See `CircuitPython:_typing` in CircuitPython for more details.
 
 * Author(s): Alec Delaney
 """
index 8b803dff773b1317e1f1a5bb654eb7ba72529e46..7170173d5afb9887c5d0b49d2a83e45bafb7c2b5 100644 (file)
@@ -23,7 +23,7 @@
 `circuitpython_typing` - Define subset of types for C-level protocols
 =====================================================================
 
-See `CircuitPython:board` in CircuitPython for more details.
+See `CircuitPython:circuit_python` in CircuitPython for more details.
 
 * Author(s): Alec Delaney
 """