Skip to content

Commit

Permalink
Didn't even get it right... ***
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jul 8, 2022
1 parent ece7ecf commit 73c5197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylint/extensions/_check_docs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,10 +738,10 @@ class NumpyDocstring(GoogleDocstring):
(
({GoogleDocstring.re_multiple_type}) # default type declaration
(,\s+optional)? # optional 'optional' indication
)|
)?
(
{{({re_default_value},?\s*)+}} # set of default values
)
)?
\n)?
\s* (.*) # optional description
""",
Expand Down

0 comments on commit 73c5197

Please sign in to comment.