From e0d7e29f536847e9452b63d891f5dc976ec8e048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Mu=CC=88ller?= Date: Fri, 22 Mar 2024 00:42:17 +0100 Subject: [PATCH] Fix typos and improve wording --- flopy/mbase.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flopy/mbase.py b/flopy/mbase.py index c99309db6..0e1f5591f 100644 --- a/flopy/mbase.py +++ b/flopy/mbase.py @@ -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