Skip to content

Commit

Permalink
fix: Fix missing "receives" entry in Google parser
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Apr 2, 2022
1 parent b7e8da8 commit 35d63fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/griffe/docstrings/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"exceptions": DocstringSectionKind.raises,
"returns": DocstringSectionKind.returns,
"yields": DocstringSectionKind.yields,
"receives": DocstringSectionKind.receives,
"examples": DocstringSectionKind.examples,
"attributes": DocstringSectionKind.attributes,
}
Expand Down

0 comments on commit 35d63fb

Please sign in to comment.