Skip to content

Commit

Permalink
Update tests/functional/ext/docparams/missing_param_doc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Walls <[email protected]>
  • Loading branch information
mbyrnepr2 and jacobtylerwalls authored Jul 15, 2024
1 parent cae03f1 commit 1c5289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/ext/docparams/missing_param_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def foobar19(one, two, **kwargs):
class Word:
"""
Methods decorated with `typing.overload` are excluded
from the docstring checks. For example: `missing-param-doc` and
from the docparam checks. For example: `missing-param-doc` and
`missing-type-doc`.
"""
def __init__(self, word):
Expand Down

0 comments on commit 1c5289b

Please sign in to comment.