diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2022-05-15 15:34:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 15:34:52 (GMT) |
commit | 953ab0795243900ccccaaca069d932730a86fc20 (patch) | |
tree | c3b8bfeca4033197cd5a264f9211b3c1413daaf7 /Doc/library/datetime.rst | |
parent | 26a162baef96d78656e189b2fa16fdcab7195730 (diff) | |
download | cpython-953ab0795243900ccccaaca069d932730a86fc20.zip cpython-953ab0795243900ccccaaca069d932730a86fc20.tar.gz cpython-953ab0795243900ccccaaca069d932730a86fc20.tar.bz2 |
Restore default role check in `make check`. (#92290)
* Restore default role check in `make check`.
* Options first, then files.
* Update `make.bat` too.
* Add a comment explaining the extra options.
* No reason to ignore the README.rst.
* Enable default-role check in sphinx-lint.
Co-authored-by: Julien Palard <julien@palard.fr>
* Update sphinx-lint default-role check.
* Fix use of the default role in the docs.
* Update make.bat to check for the default role too.
* Fix comment in make.bat.
Co-authored-by: Julien Palard <julien@palard.fr>
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index e0b28d7..bde24ec 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -998,7 +998,7 @@ Other constructors, all class methods: ISO 8601 format, with the following exceptions: 1. Time zone offsets may have fractional seconds. - 2. The `T` separator may be replaced by any single unicode character. + 2. The ``T`` separator may be replaced by any single unicode character. 3. Ordinal dates are not currently supported. 4. Fractional hours and minutes are not supported. |