Skip to content

Commit 3a7cef8

Browse files
fixup! Remove PY38_PLUS
1 parent 94c5994 commit 3a7cef8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/user_guide/checkers/features.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,8 +687,7 @@ Method Args checker Messages
687687
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
688688
:positional-only-arguments-expected (E3102): *`%s()` got some positional-only arguments passed as keyword arguments: %s*
689689
Emitted when positional-only arguments have been passed as keyword arguments.
690-
Remove the keywords for the affected arguments in the function call. This
691-
message can't be emitted when using Python < 3.8.
690+
Remove the keywords for the affected arguments in the function call.
692691
:missing-timeout (W3101): *Missing timeout argument for method '%s' can cause your program to hang indefinitely*
693692
Used when a method needs a 'timeout' parameter in order to avoid waiting for
694693
a long time. If no timeout is specified explicitly the default value is used.

0 commit comments

Comments
 (0)