aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Sokolovsky2017-12-03 15:50:37 +0200
committerPaul Sokolovsky2017-12-03 15:50:37 +0200
commit140acc9a322c1b575d30115604fb1d3250277c0d (patch)
tree9dc03de9485d63f201dde9029d9b73206f9256a4 /docs
parent3c483842db18038677a97624d9aafc4cc5b291c4 (diff)
docs/uerrno: Fix xref-vs-code markup.
Diffstat (limited to 'docs')
-rw-r--r--docs/library/uerrno.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/uerrno.rst b/docs/library/uerrno.rst
index 0cdcc8448..e336eb5c5 100644
--- a/docs/library/uerrno.rst
+++ b/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")