Skip to content

Commit 9081bbe

Browse files
committed
Fix bug in backporting docs
1 parent fdacaa2 commit 9081bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Backporting rules
116116
.. code-block:: python
117117

118118
def will_never_be_called():
119-
pass # pragma: no cov
119+
pass # pragma: no cover
120120

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

0 commit comments

Comments
 (0)