File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ information pertaining to a specific port.
40
40
41
41
Beyond the built-in libraries described in this documentation, many more
42
42
modules from the Python standard library, as well as further MicroPython
43
- extensions to it, can be found in the `micropython-lib repository
44
- <https://github.com/micropython/micropython-lib> `_.
43
+ extensions to it, can be found in `micropython-lib `.
45
44
46
45
Python standard libraries and micro-libraries
47
46
---------------------------------------------
@@ -54,7 +53,7 @@ e.g. ``ujson`` instead of ``json``. This is to signify that such a module is
54
53
micro-library, i.e. implements only a subset of CPython module functionality.
55
54
By naming them differently, a user has a choice to write a Python-level module
56
55
to extend functionality for better compatibility with CPython (indeed, this is
57
- what done by micropython-lib project mentioned above).
56
+ what done by the ` micropython-lib ` project mentioned above).
58
57
59
58
On some embedded platforms, where it may be cumbersome to add Python-level
60
59
wrapper modules to achieve naming compatibility with CPython, micro-modules
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Functions
28
28
this function takes just exception value instead of exception type,
29
29
exception value, and traceback object; *file * argument should be
30
30
positional; further arguments are not supported. CPython-compatible
31
- ``traceback `` module can be found in micropython-lib.
31
+ ``traceback `` module can be found in ` micropython-lib ` .
32
32
33
33
Constants
34
34
---------
You can’t perform that action at this time.
0 commit comments