diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-20 10:09:24 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-20 10:09:24 +0000 |
| commit | 16c0d23ea9c5f65fc28fbf098a3f2dfd44c90d95 (patch) | |
| tree | f7bc193b843056941dcab0e09c1474b1ef729f12 /docutils/docs/user | |
| parent | 399402dcab96aec2f36cd66c5c72aa702cb9dd63 (diff) | |
| download | docutils-16c0d23ea9c5f65fc28fbf098a3f2dfd44c90d95.tar.gz | |
Add/update link to time.strftime().
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8952 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
| -rw-r--r-- | docutils/docs/user/config.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index 6a8a203bd..e971e8dfa 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -225,8 +225,7 @@ datestamp --------- Include a time/datestamp in the document footer. Contains a -format string for Python's ``time.strftime``. See the `time -module documentation`__. +format string for Python's `time.strftime()`__. Default: None. Options: ``--date, -d, --time, -t, --no-datestamp``. @@ -244,7 +243,7 @@ Configuration file entry examples:: # Disables datestamp; equivalent to --no-datestamp: datestamp: -__ http://www.python.org/doc/current/lib/module-time.html +__ https://docs.python.org/3/library/time.html#time.strftime debug ----- |
