summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoy Hooper <rhooper@toybox.ca>2019-01-13 23:51:13 -0500
committerRoy Hooper <rhooper@toybox.ca>2019-01-13 23:51:13 -0500
commitffe734edf72392743e423b8acda3cc7d75960bd1 (patch)
tree78e53d43b67558b0df1e968983bff3d1a475c100 /docs
parent9678a5a328476040f80c263d089331fce3f9ffc4 (diff)
Fresh combined checkin of _pixelbuf library.
Diffstat (limited to 'docs')
-rw-r--r--docs/library/builtins.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/builtins.rst b/docs/library/builtins.rst
index 36a84bc0c..0061a8cea 100644
--- a/docs/library/builtins.rst
+++ b/docs/library/builtins.rst
@@ -78,12 +78,12 @@ Not all of these functions and types are turned on in all CircuitPython ports, f
.. classmethod:: from_bytes(bytes, byteorder)
- In CircuitPython, `byteorder` parameter must be positional (this is
+ In CircuitPython, ``byteorder`` parameter must be positional (this is
compatible with CPython).
.. method:: to_bytes(size, byteorder)
- In CircuitPython, `byteorder` parameter must be positional (this is
+ In CircuitPython, ``byteorder`` parameter must be positional (this is
compatible with CPython).
.. function:: isinstance()