summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorPratyay Banerjee <dev@neilblaze.live>2023-03-31 11:08:54 +0530
committerGitHub <noreply@github.com>2023-03-30 22:38:54 -0700
commitb50568d9e758b489c2a3c409ef4e57b67820f090 (patch)
treedfbbac85a9396415748907bc78e103e106b883b2 /numpy/core/fromnumeric.py
parent7b27c3ebe7f35684aeb2dfa2fd3125b2a69aed49 (diff)
downloadnumpy-b50568d9e758b489c2a3c409ef4e57b67820f090.tar.gz
DOC: Fix typos & grammer in docstrings and comments (#23503)
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py
index b36667427..88c66d9a4 100644
--- a/numpy/core/fromnumeric.py
+++ b/numpy/core/fromnumeric.py
@@ -3802,7 +3802,7 @@ def var(a, axis=None, dtype=None, out=None, ddof=0, keepdims=np._NoValue, *,
# Aliases of other functions. Provided unique docstrings
-# are reference purposes only. Wherever possible,
+# are for reference purposes only. Wherever possible,
# avoid using them.