Skip to content

Commit 6b6f457

Browse files
authored
Update README.rst
1 parent ab461bd commit 6b6f457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ range. For example, if the ``range`` is ``[10, 12)``, ``10`` and ``11`` would
4646
fall inside the bucket's range.
4747

4848
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
49+
range. It is always zero except for the first bucket, where it may be
5050
negative, and the last bucket, where it may be positive. For example, if the
5151
first bucket's range is ``[10, 12)`` and the values are ``9``, ``10``, ``11``,
5252
then the first bucket's ``count`` will be ``2`` (for ``10`` and ``11``), and

0 commit comments

Comments
 (0)