Skip to content

Commit

Permalink
Fix example usage of WaterOilGas (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
alifbe authored Jun 29, 2023
1 parent ae9bfbe commit 9cc2ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Typical usage could be:
wog.wateroil.add_corey_water()
wog.wateroil.add_corey_oil()
wog.gasoil.add_corey_gas()
wog.gasoil.add_corey_water()
wog.gasoil.add_corey_oil()
As seen in the example, the object members ``wateroil`` and ``gasoil`` are
``WaterOil`` and ``GasOil`` objects having been initialized by the
Expand Down

0 comments on commit 9cc2ed0

Please sign in to comment.