cpython/Doc/tools
Serhiy Storchaka d360346640
[3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)
* "Return true/false" is replaced with "Return ``True``/``False``"
  if the function actually returns a bool.
* Fixed formatting of some True and False literals (now in monospace).
* Replaced "True/False" with "true/false" if it can be not only bool.
* Replaced some 1/0 with True/False if it corresponds the code.
* "Returns <bool>" is replaced with "Return <bool>".
(cherry picked from commit 138ccbb022)
2019-11-12 18:54:10 +02:00
..
extensions bpo-36675: Remove obsolete code. (GH-16024) 2019-09-12 04:31:17 -07:00
static bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953) 2019-10-27 11:11:14 +01:00
templates Doc: 3.8 is now stable. (GH-16790) 2019-10-14 15:21:32 -07:00
rstlint.py bpo-11233: Create availability directive for documentation (GH-9692) 2018-10-12 16:55:20 +02:00
susp-ignored.csv [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) 2019-11-12 18:54:10 +02:00