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

pull/3468/head
Paul Sokolovsky 2017-12-03 15:50:37 +02:00
rodzic 3c483842db
commit 140acc9a32
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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")