diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/builtins.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/builtins.rst b/docs/library/builtins.rst index c60ade040..36a84bc0c 100644 --- a/docs/library/builtins.rst +++ b/docs/library/builtins.rst @@ -58,7 +58,7 @@ Not all of these functions and types are turned on in all CircuitPython ports, f .. class:: frozenset() -`frozenset() is not enabled on non-Express CircuitPython boards.` +`frozenset()` is not enabled on non-Express CircuitPython boards. .. function:: getattr() @@ -128,7 +128,7 @@ Not all of these functions and types are turned on in all CircuitPython ports, f .. function:: reversed() -`reversed() is not enabled on non-Express CircuitPython boards.` +`reversed()` is not enabled on non-Express CircuitPython boards. .. function:: round() |
