From bbdca2f3529f23d76c8da7cf0a5d881d6acead36 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Wed, 23 May 2018 15:07:32 -0400 Subject: typos in builtins.rst --- docs/library/builtins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/library') 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() -- cgit v1.2.3