More documentation improvements.
[pyutils.git] / src / pyutils / argparse_utils.py
index d1e28ba80b2ae758a7a9bfd41ba91fcadfada26a..a0b4cc24d587690d9a59564e8000a656c2c7c645 100644 (file)
@@ -372,7 +372,7 @@ def valid_datetime(txt: str) -> datetime.datetime:
     .. note::
         Because this code uses an English date-expression parsing grammar
         internally, much more complex datetimes can be expressed in free form.
     .. note::
         Because this code uses an English date-expression parsing grammar
         internally, much more complex datetimes can be expressed in free form.
-        See: `tests/datetimez/dateparse_utils_test.py` for examples.  These
+        See :mod:`pyutils.datetimez.dateparse_utils` for details.  These
         are not included in here because they are hard to write valid doctests
         for!
 
         are not included in here because they are hard to write valid doctests
         for!