Tom Levy
|
8647ba4b63
|
Remove misformatted exclamation marks in docs (#102694)
Remove the exclamation mark from :program:`!foo` in .rst files because
it inadvertently shows up in the rendered HTML.
(Sphinx's cross-referencing roles use a '!' prefix to suppress
hyperlinking[1], but :program: is not a cross-referencing role so the
'!' is displayed verbatim.)
The exclamation marks in venv.rst were introduced in #98350. See
comments [2] and [3] for additional discussion.
[1]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#cross-referencing-syntax
[2]: https://github.com/python/cpython/pull/98350#issuecomment-1285965759
[3]: https://github.com/python/cpython/pull/98350#issuecomment-1286394047
Reported-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
|
2023-03-15 09:06:32 +02:00 |
Виталий Дмитриев
|
f6ca71a422
|
Fix duplicated words in the docs (GH-102629)
With grep utility found some duplicated words
Automerge-Triggered-By: GH:AlexWaygood
|
2023-03-12 11:03:59 -07:00 |
Yeojin Kim
|
3c0a31cbfd
|
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)
- possitibility => possibility
- disaallowed => disallowed
|
2023-02-17 00:47:02 -08:00 |
Hugo van Kemenade
|
9eca7235af
|
gh-94172: Update docs for params removed in 3.12 (#100431)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
|
2022-12-28 14:43:19 -05:00 |
Thomas Wouters
|
3b9d793efc
|
Python 3.12.0a2
|
2022-11-14 12:18:11 +01:00 |