diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-10-07 01:01:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 01:01:30 (GMT) |
commit | fa2d43e5184f5eaf3391844ec2400342a1b2ead4 (patch) | |
tree | faa2f2ae684d96fd9bd81e5bc28a99bf96274254 /Doc/library/fractions.rst | |
parent | 27025e158c70331d0a8fb42fe234a2a6770850d1 (diff) | |
download | cpython-fa2d43e5184f5eaf3391844ec2400342a1b2ead4.zip cpython-fa2d43e5184f5eaf3391844ec2400342a1b2ead4.tar.gz cpython-fa2d43e5184f5eaf3391844ec2400342a1b2ead4.tar.bz2 |
Docs: Fix backtick errors found by sphinx-lint (#97998)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to 'Doc/library/fractions.rst')
-rw-r--r-- | Doc/library/fractions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/fractions.rst b/Doc/library/fractions.rst index 3751800..c46d88b 100644 --- a/Doc/library/fractions.rst +++ b/Doc/library/fractions.rst @@ -99,7 +99,7 @@ another rational number, or from a string. ``typing.SupportsInt`` instance checks. .. versionchanged:: 3.12 - Space is allowed around the slash for string inputs: `Fraction('2 / 3')`. + Space is allowed around the slash for string inputs: ``Fraction('2 / 3')``. .. attribute:: numerator |