Skip to content

Commit fa74dd1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2ff27fd commit fa74dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/error_codes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ the provided type.
12131213
assert_type([1], list[int]) # OK
12141214
12151215
assert_type([1], list[str]) # Error
1216-
1216+
12171217
.. _code-truthy-function:
12181218

12191219
Check that function isn't used in boolean context [truthy-function]

0 commit comments

Comments
 (0)