Doc updates to argparse_utils.py.
authorScott Gasch <[email protected]>
Mon, 31 Oct 2022 22:18:53 +0000 (15:18 -0700)
committerScott Gasch <[email protected]>
Mon, 31 Oct 2022 22:18:53 +0000 (15:18 -0700)
src/pyutils/argparse_utils.py

index ccc49fcc52ac491503203b929d188a48b00ca263..765f30a6a636030c6e4c2e642d086189bff81434 100644 (file)
@@ -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-