microbit-foundation / micropython-microbit-stubs

Type stubs for MicroPython for micro:bit to support the micro:bit Python Editor V3
https://python.microbit.org/
Other
3 stars 2 forks source link

`os` module missing docstring in Python Editor #42

Closed microbit-robert closed 2 years ago

microbit-robert commented 2 years ago

image

Docstring needs to be moved to the top of the file, above the first import statement:

image