diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 59e2dbd6847538..affdba24c363cf 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -934,6 +934,10 @@ Other constructors, all class methods: This function is preferred over :meth:`today` and :meth:`utcnow`. + .. note:: + + Subsequent calls to :meth:`!datetime.now` may return the same + instant depending on the precision of the underlying clock. .. classmethod:: datetime.utcnow()