From 7114776a08363a24ae46ea16d659b7b0cdd0c650 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Tue, 26 Jan 2021 13:07:42 -0600 Subject: Apply suggestions from code review Co-authored-by: Eric Wieser --- numpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/__init__.py') 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 = [ -- cgit v1.2.1