Skip to content

Commit

Permalink
Fix typos and improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pya committed Mar 21, 2024
1 parent 6b88967 commit e0d7e29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flopy/mbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1784,10 +1784,10 @@ def run_model(
Additional command line arguments to pass to the executable.
(Default is None)
custom_print: callable
Optional callbale for printing. It will replace the builtin
print function. This is useful for shorter prints or integration
into other systems such as GUIs.
default is None, i.e. use the builtion print
Optional callable for printing. It will replace the builtin print
function. This is useful for a shorter print output or integration into
other systems such as GUIs.
default is None, i.e. use the builtin print
Returns
-------
success : boolean
Expand Down

0 comments on commit e0d7e29

Please sign in to comment.