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 @@ -1876,7 +1876,7 @@ expression support in the :mod:`re` module).
18761876
18771877.. method :: str.isprintable()
18781878
1879- Return true if all characters in the string are printable, false if it
1879+ Return `` True `` if all characters in the string are printable, `` False `` if it
18801880 contains at least one non-printable character.
18811881
18821882 Here "printable" means the character is suitable for :func: `repr ` to use in
Original file line number Diff line number Diff line change @@ -845,7 +845,7 @@ these rules. The methods of :class:`Template` are:
845845
846846 .. method :: is_valid()
847847
848- Returns false if the template has invalid placeholders that will cause
848+ Returns `` False `` if the template has invalid placeholders that will cause
849849 :meth: `substitute ` to raise :exc: `ValueError `.
850850
851851 .. versionadded :: 3.11
You can’t perform that action at this time.
0 commit comments