We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab461bd commit 6b6f457Copy full SHA for 6b6f457
README.rst
@@ -46,7 +46,7 @@ range. For example, if the ``range`` is ``[10, 12)``, ``10`` and ``11`` would
46
fall inside the bucket's range.
47
48
The ``overflow`` column is the number of values which fell outside the bucket's
49
-range. It is always be zero except for the first bucket, where it may be
+range. It is always zero except for the first bucket, where it may be
50
negative, and the last bucket, where it may be positive. For example, if the
51
first bucket's range is ``[10, 12)`` and the values are ``9``, ``10``, ``11``,
52
then the first bucket's ``count`` will be ``2`` (for ``10`` and ``11``), and
0 commit comments