File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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> `_
405405for additional considerations.
406406
407407If your traverse function delegates to the ``tp_traverse `` of its base class
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ The proposed new syntax can be described by these AST changes to `Parser/Python.
427427
428428
429429Here 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
You can’t perform that action at this time.
0 commit comments