Browse Source

docs/uerrno: Fix xref-vs-code markup.

pull/3468/head
Paul Sokolovsky 7 years ago
parent
commit
140acc9a32
  1. 2
      docs/library/uerrno.rst

2
docs/library/uerrno.rst

@ -17,7 +17,7 @@ Constants
Error codes, based on ANSI C/POSIX standard. All error codes start with
"E". As mentioned above, inventory of the codes depends on
`MicroPython port`. Errors are usually accessible as ``exc.args[0]``
where `exc` is an instance of `OSError`. Usage example::
where ``exc`` is an instance of `OSError`. Usage example::
try:
uos.mkdir("my_dir")

Loading…
Cancel
Save