File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2012,7 +2012,7 @@ expression support in the :mod:`re` module).
2012
2012
2013
2013
.. method :: str.isprintable()
2014
2014
2015
- Return true if all characters in the string are printable, false if it
2015
+ Return `` True `` if all characters in the string are printable, `` False `` if it
2016
2016
contains at least one non-printable character.
2017
2017
2018
2018
Here "printable" means the character is suitable for :func: `repr ` to use in
Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ these rules. The methods of :class:`Template` are:
858
858
859
859
.. method :: is_valid()
860
860
861
- Returns false if the template has invalid placeholders that will cause
861
+ Returns `` False `` if the template has invalid placeholders that will cause
862
862
:meth: `substitute ` to raise :exc: `ValueError `.
863
863
864
864
.. versionadded :: 3.11
3004
You can’t perform that action at this time.
0 commit comments