]> granicus.if.org Git - python/commit
Fixing wording in comment. (GH-10425)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 9 Nov 2018 09:06:02 +0000 (01:06 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Nov 2018 09:06:02 +0000 (01:06 -0800)
commit216aaaa0564951f2ca408e2086ba60d849d52902
tree72bfe235340e6d0255537c1b9d658881d04fead6
parent7a69cf47a9bbc95f95fd67c982bff121b2a903cb
Fixing wording in comment. (GH-10425)

Since the n==1 case just returns *max*, it cannot be larger
than the magnitude of the vector entry.
Modules/mathmodule.c