Skip to content

Commit

Permalink
fixup! Update doc/data/messages/m/missing-timeout/details.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Jun 21, 2022
1 parent 1d6c4d2 commit 978e145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/method_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MethodArgsChecker(BaseChecker):
"Used when a method needs a 'timeout' parameter "
"in order to avoid waiting for a long time. If no timeout "
"is specified explicitly the default value is used, for example "
"for 'requests' the program will never time out (i.e. hang indefinitely). "
"for 'requests' the program will never time out (i.e. hang indefinitely). ",
),
}
options = (
Expand Down

0 comments on commit 978e145

Please sign in to comment.