Skip to content

Commit

Permalink
Fix bug in backporting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Mar 3, 2025
1 parent fdacaa2 commit 9081bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Backporting rules
.. code-block:: python

def will_never_be_called():
pass # pragma: no cov
pass # pragma: no cover

- If code such as this causes coverage checking to drop below 100%:

Expand Down

0 comments on commit 9081bbe

Please sign in to comment.