From 86dba0f676cef9a34eb3a0830f393cd6a6681c11 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith [Google LLC]" Date: Tue, 1 Oct 2024 17:46:44 +0000 Subject: [PATCH] use caution instead, add missing is. --- Doc/library/datetime.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index e9631b682bff64..64510a77c67c11 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -295,11 +295,11 @@ Instance attributes (read-only): Between 0 and 86,399 inclusive. - .. warning:: + .. caution:: It is a somewhat common bug for code to unintentionally use this attribute - when it actually intended to get a :meth:`~timedelta.total_seconds` value - instead: + when it is actually intended to get a :meth:`~timedelta.total_seconds` + value instead: .. doctest::