diff options
author | Chris Kerr <cjk34@cam.ac.uk> | 2013-11-12 19:54:53 +0000 |
---|---|---|
committer | Chris Kerr <cjk34@cam.ac.uk> | 2013-11-12 19:54:53 +0000 |
commit | 2f348892a3a1b7174decf5d206eead59491596a8 (patch) | |
tree | 47bd67ad954ce5a600a113dbe2772a4e2995a0ae | |
parent | 0e5e3d4031c1bb846a6f79b0e9ca5a25277df062 (diff) | |
download | numpy-2f348892a3a1b7174decf5d206eead59491596a8.tar.gz |
Spelling: loose -> lose
-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. |