Skip to content

Commit

Permalink
Merge pull request #4424 from lisajulia/fix/documentation
Browse files Browse the repository at this point in the history
Fix return type of DeckKeyword._init_
  • Loading branch information
atgeirr authored Jan 14, 2025
2 parents 93338de + a8bc6dd commit 943fb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/docstrings_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"doc": "Represents a keyword in the Deck."
},
"DeckKeyword_init_parser_keyword": {
"signature": "opm.io.deck.DeckKeyword.__init__(parser_keyword: ParserKeyword) -> None",
"signature": "opm.io.deck.DeckKeyword.__init__(parser_keyword: ParserKeyword) -> DeckKeyword",
"doc": "Initializes a DeckKeyword with a specified ParserKeyword.\n\n:param parser_keyword: The ParserKeyword to initialize the DeckKeyword with.\n:type parser_keyword: ParserKeyword"
},
"DeckKeyword_init_parser_keyword_record_list": {
Expand Down

0 comments on commit 943fb97

Please sign in to comment.