diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-01-26 13:07:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 13:07:42 -0600 |
commit | 7114776a08363a24ae46ea16d659b7b0cdd0c650 (patch) | |
tree | 8398e1e5f8e5c604e621065afc358832eda50748 /numpy | |
parent | 08c036c50be6f9bd45b5f07ccc7eca0bfdc77164 (diff) | |
download | numpy-7114776a08363a24ae46ea16d659b7b0cdd0c650.tar.gz |
Apply suggestions from code review
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 01f970345..27b3d33d5 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -179,7 +179,7 @@ else: _int_extended_msg = ( "When replacing `np.{}`, you may wish to use e.g. `np.int64` " "or `np.int32` to specify the precision. If you wish to review " - "your current use check the release note link for " + "your current use, check the release note link for " "additional information.") _type_info = [ |