Skip to content

Commit a5274ce

Browse files
authored
Fix two missing underscores. (#4675)
Next release of sphinx-lint will spot that.
1 parent bc1f1a5 commit a5274ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

peps/pep-0630.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Please refer to the `documentation
401401
<https://docs.python.org/3/c-api/typeobj.html>`__ of `Py_TPFLAGS_HAVE_GC
402402
<https://docs.python.org/3/c-api/typeobj.html#Py_TPFLAGS_HAVE_GC>`__ and
403403
`tp_traverse
404-
<https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_traverse>`
404+
<https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_traverse>`_
405405
for additional considerations.
406406

407407
If your traverse function delegates to the ``tp_traverse`` of its base class

peps/pep-0677.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ The proposed new syntax can be described by these AST changes to `Parser/Python.
427427
428428

429429
Here are our proposed changes to the `Python Grammar
430-
<https://docs.python.org/3/reference/grammar.htm>`::
430+
<https://docs.python.org/3/reference/grammar.htm>`_::
431431

432432
expression:
433433
| disjunction disjunction 'else' expression

0 commit comments

Comments
 (0)