Remove almost all unpaired backticks in docstrings (#119231)
As reported in #117847 and #115366, an unpaired backtick in a docstring
tends to confuse e.g. Sphinx running on subclasses of standard library
objects, and the typographic style of using a backtick as an opening
quote is no longer in favor. Convert almost all uses of the form
The variable `foo' should do xyz
to
The variable 'foo' should do xyz
and also fix up miscellaneous other unpaired backticks (extraneous /
missing characters).
No functional change is intended here other than in human-readable
docstrings. G
Geoffrey Thomas committed
ef172521a9e9dfadebe57d590bfb53a0e9ac3a0b
Parent: 8186500
Committed by GitHub <noreply@github.com>
on 5/22/2024, 4:35:18 PM