cpython/Doc/tools
Serhiy Storchaka 138ccbb022
bpo-38738: Fix formatting of True and False. (GH-17083)
* "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>".
2019-11-12 16:57:03 +02:00
..
extensions bpo-36675: Remove obsolete code. (GH-16024) 2019-09-12 12:23:53 +01:00
static bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) 2019-10-27 09:30:12 +01:00
templates Doc: 3.8 is now stable. (GH-16790) 2019-10-14 18:13:38 -04:00
rstlint.py bpo-11233: Create availability directive for documentation (GH-9692) 2018-10-12 16:55:20 +02:00
susp-ignored.csv bpo-38738: Fix formatting of True and False. (GH-17083) 2019-11-12 16:57:03 +02:00