From: philipp Date: Fri, 27 Jan 2017 22:03:41 +0000 (+0000) Subject: Fixed typo in docstring. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/commitdiff_plain/baa523614cf477c222e6e4cdc312b9a6c28215fb Fixed typo in docstring. git-svn-id: http://www.winterrodeln.org/svn/wrpylib/trunk@2596 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- diff --git a/wrpylib/wrvalidators.py b/wrpylib/wrvalidators.py index 127b513..cb9d826 100644 --- a/wrpylib/wrvalidators.py +++ b/wrpylib/wrvalidators.py @@ -350,7 +350,7 @@ webauskunft_converter = FromToConverter(webauskunft_from_str, webauskunft_to_str def wikipage_from_str(value): """Validates wiki page name like '[[Birgitzer Alm]]'. - The page is not checked for existance. + The page is not checked for existence. An empty string is an error. '[[Birgitzer Alm]]' => '[[Birgitzer Alm]]' """