Skip to content

Commit

Permalink
Fix typo - and test the automatic deployment to opm-python-documentat…
Browse files Browse the repository at this point in the history
…ion with this
  • Loading branch information
lisajulia committed Jul 24, 2024
1 parent 8f5d042 commit 1946d14
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 @@ -112,7 +112,7 @@
},
"Schedule_get_well": {
"signature": "opm.io.schedule.Schedule.get_well(well_name: str, report_step: int) -> Well",
"doc": "Retrieve a well at a given report step.\n\n:param well_name: The name of the well.\n:type well_name: str\n:param report_step: The report step.\n:type report_step: int\n\n:return: Well object at the given report step. \n:type return: well"
"doc": "Retrieves a well at a given report step.\n\n:param well_name: The name of the well.\n:type well_name: str\n:param report_step: The report step.\n:type report_step: int\n\n:return: Well object at the given report step. \n:type return: well"
},
"Schedule_get_wells": {
"signature": "opm.io.schedule.Schedule.get_wells(well_name_pattern: str) -> list",
Expand Down Expand Up @@ -155,7 +155,7 @@
},
"Well_pos": {
"signature": "Well.pos() -> tuple",
"doc": "Retrieve the position of the well.\n\n:return: A tuple containing the (i, j) coordinates and the reference depth of the well. \n:type return: tuple"
"doc": "Retrieves the position of the well.\n\n:return: A tuple containing the (i, j) coordinates and the reference depth of the well. \n:type return: tuple"
},
"Well_isdefined": {
"signature": "Well.isdefined(report_step: int) -> bool",
Expand Down

0 comments on commit 1946d14

Please sign in to comment.