diff options
Diffstat (limited to 'numpy/__init__.py')
-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 = [ |