Skip to content

Commit 5396f66

Browse files
authored
removed trailing whitespace
1 parent afea99f commit 5396f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/reshape/pivot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ def crosstab(index, columns, values=None, rownames=None, colnames=None,
429429
430430
>>> foo = pd.Categorical(['a', 'b'], categories=['a', 'b', 'c'])
431431
>>> bar = pd.Categorical(['d', 'e'], categories=['d', 'e', 'f'])
432-
>>> crosstab(foo, bar, dropna=False) # 'c' and 'f' are not represented
433-
# in the data, but they still will be counted in
432+
>>> crosstab(foo, bar, dropna=False) # 'c' and 'f' are not represented
433+
# in the data, but they still will be counted in
434434
# the output
435435
... # doctest: +SKIP
436436
col_0 d e f

0 commit comments

Comments
 (0)