[3.9] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32375)

* Use double backticks to appease rstlint

* Update susp-ignored.csv
This commit is contained in:
Ken Jin 2022-04-07 01:03:11 +07:00 committed by GitHub
parent 1ab53511e9
commit d6a7ee69fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -930,7 +930,7 @@ These are not used in annotations. They are building blocks for creating generic
self.radius = radius
# Use a type variable to show that the return type
# will always be an instance of whatever `cls` is
# will always be an instance of whatever ``cls`` is
@classmethod
def with_circumference(cls: type[C], circumference: float) -> C:
"""Create a circle with the specified circumference"""

View file

@ -370,4 +370,4 @@ whatsnew/changelog,,::,default::DeprecationWarning
library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')"
library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
library/re,,`,"`"
library/typing,,`, # will always be an instance of whatever `cls` is
library/typing,,`, # will always be an instance of whatever ``cls`` is

Can't render this file because it contains an unexpected character in line 349 and column 55.