Skip to content

Commit

Permalink
Just the first link
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
hugovk and AA-Turner authored Sep 26, 2024
1 parent 4e378fe commit 14012cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep_sphinx_extensions/pep_zero_generator/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def write_pep0(
self.emit_title("Numerical Index")
self.emit_text(

Check warning on line 194 in pep_sphinx_extensions/pep_zero_generator/writer.py

View check run for this annotation

Codecov / codecov/patch

pep_sphinx_extensions/pep_zero_generator/writer.py#L192-L194

Added lines #L192 - L194 were not covered by tests
"The :doc:`numerical index </numerical>` contains "
"a table of all PEPs :ref:`sorted by number <numerical-index>`."
"a table of all PEPs, ordered by number."
)
self.emit_newline()

Check warning on line 198 in pep_sphinx_extensions/pep_zero_generator/writer.py

View check run for this annotation

Codecov / codecov/patch

pep_sphinx_extensions/pep_zero_generator/writer.py#L198

Added line #L198 was not covered by tests

Expand Down

0 comments on commit 14012cb

Please sign in to comment.