diff options
-rw-r--r-- | doc/neps/datetime-proposal.rst | 2 | ||||
-rw-r--r-- | doc/neps/datetime-proposal3.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/neps/datetime-proposal.rst b/doc/neps/datetime-proposal.rst index 3bd15db34..1e4087fd9 100644 --- a/doc/neps/datetime-proposal.rst +++ b/doc/neps/datetime-proposal.rst @@ -301,7 +301,7 @@ Compatibility issues This will be fully compatible with the ``timedelta`` class of the ``datetime`` module of Python only when using a time unit of -microseconds. For other units, the conversion process will loose +microseconds. For other units, the conversion process will lose precision or will overflow as needed. diff --git a/doc/neps/datetime-proposal3.rst b/doc/neps/datetime-proposal3.rst index ae98b8f03..706085f99 100644 --- a/doc/neps/datetime-proposal3.rst +++ b/doc/neps/datetime-proposal3.rst @@ -258,7 +258,7 @@ Compatibility issues This will be fully compatible with the ``timedelta`` class of the ``datetime`` module of Python only when using a time unit of -microseconds. For other units, the conversion process will loose +microseconds. For other units, the conversion process will lose precision or will overflow as needed. |