We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b3ffb commit 44af467Copy full SHA for 44af467
lang/en/typeshed/stdlib/microbit/__init__.pyi
@@ -296,7 +296,7 @@ class MicroBitTouchPin(MicroBitAnalogDigitalPin):
296
297
Example: ``pin0.get_touches()``
298
299
- :return: the number of times the pin was touched since the device started or since the last time this method was called.
+ :return: The number of times the pin was touched since the device started or since the last time this method was called.
300
"""
301
...
302
0 commit comments