summaryrefslogtreecommitdiff
path: root/docs/library/sys.rst
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-07-29 16:47:06 -0400
committerDan Halbert <halbert@halwitz.org>2018-07-29 16:47:06 -0400
commitc76a4d477fdfd939f144c036479a6d0bde3543c0 (patch)
tree5fe406cc9ecf94e34d1c088df62f6cee7f48854b /docs/library/sys.rst
parentbfbb5cde5a7e629d80a58fc75f8c15b7c45e5503 (diff)
remove qemu-arm build; fix docs build bugs
Diffstat (limited to 'docs/library/sys.rst')
-rw-r--r--docs/library/sys.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst
index c43218509..2aa15531a 100644
--- a/docs/library/sys.rst
+++ b/docs/library/sys.rst
@@ -105,15 +105,15 @@ Constants
.. data:: stderr
- Standard error `stream`.
+ Standard error ``stream``.
.. data:: stdin
- Standard input `stream`.
+ Standard input ``stream``.
.. data:: stdout
- Standard output `stream`.
+ Standard output ``stream``.
.. data:: version