commit | f3267144269b873bcb87a9fcafe94b37be1bcfdc | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | Sun Sep 02 13:34:21 2018 -0700 |
committer | GitHub <noreply@github.com> | Sun Sep 02 13:34:21 2018 -0700 |
tree | f6241e4e49f200a0b9269e8a919b315a1a9e2652 | |
parent | 98b976a2f82ba5f50cf6846338f644ca6c64f47d [diff] |
Minor improvement to code clarity (GH-9036) Make it clear that the n==0 case is included. Otherwise, you have to know that max==0.0 whenever n==0.