Skip to content

Commit

Permalink
fix: Rename keyword parameters to keyword arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittleboy authored and pawamoy committed Feb 23, 2022
1 parent 7a39f67 commit ce3eb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/griffe/docstrings/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"params": DocstringSectionKind.parameters,
"parameters": DocstringSectionKind.parameters,
"keyword args": DocstringSectionKind.other_parameters,
"keyword parameters": DocstringSectionKind.other_parameters,
"keyword arguments": DocstringSectionKind.other_parameters,
"other args": DocstringSectionKind.other_parameters,
"other parameters": DocstringSectionKind.other_parameters,
"raises": DocstringSectionKind.raises,
Expand Down

0 comments on commit ce3eb6b

Please sign in to comment.