projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f4279d
)
Doc updates to argparse_utils.py.
author
Scott Gasch
<scott@gasch.org>
Mon, 31 Oct 2022 22:18:53 +0000
(15:18 -0700)
committer
Scott Gasch
<scott@gasch.org>
Mon, 31 Oct 2022 22:18:53 +0000
(15:18 -0700)
src/pyutils/argparse_utils.py
patch
|
blob
|
history
diff --git
a/src/pyutils/argparse_utils.py
b/src/pyutils/argparse_utils.py
index ccc49fcc52ac491503203b929d188a48b00ca263..765f30a6a636030c6e4c2e642d086189bff81434 100644
(file)
--- 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-