Skip to content

Commit

Permalink
Update docstrings_common.json to version from current master in opm-c…
Browse files Browse the repository at this point in the history
…ommon
  • Loading branch information
lisajulia committed Jun 24, 2024
1 parent 082a595 commit 90783a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/docstrings_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
"doc": "The NUPCOL value at this Schedule State. This is a positive integer that defines the maximum number of Newton iterations used to update well targets within a time step."
},
"ScheduleState_get_group": {
"signature": "ScheduleState.get_group(group_name: str) -> group",
"doc": "Get the group with the specified name from the schedule state.\n\n:param group_name: The name of the group to retrieve from the schedule state.\n:type group_name: str\n\n:return: The group with the specified name from the schedule state. \n:type return: group"
"signature": "ScheduleState.get_group(group_name: str) -> Group",
"doc": "Get the group with the specified name from the schedule state.\n\n:param group_name: The name of the group to retrieve from the schedule state.\n:type group_name: str\n\n:return: The group with the specified name from the schedule state. \n:type return: Group"
},
"WellClass": {
"type": "class",
Expand Down

0 comments on commit 90783a3

Please sign in to comment.