From 97a27f5db80666ab0e8e4c613ef9b67a4c80d5be Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Mon, 31 Oct 2022 15:18:53 -0700 Subject: [PATCH] Doc updates to argparse_utils.py. --- src/pyutils/argparse_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pyutils/argparse_utils.py b/src/pyutils/argparse_utils.py index ccc49fc..765f30a 100644 --- a/src/pyutils/argparse_utils.py +++ b/src/pyutils/argparse_utils.py @@ -330,7 +330,8 @@ def valid_date(txt: str) -> datetime.date: .. note:: dates like 'next wednesday' work fine, they are just hard to doctest for without knowing when the testcase will be - executed... + executed... See :py:mod:`pyutils.datetimes.dateparse_utils` + for other examples of usable expressions. >>> valid_date('next wednesday') # doctest: +ELLIPSIS -ANYTHING- -- 2.46.0