Skip to content

Commit fb5f23f

Browse files
committed
Normalize parameter of value_counts edited.
1 parent a3411e6 commit fb5f23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/base/test_value_counts_normalize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
2-
This module contains a test for the `value_counts` function with the new 'keep' parameter.
2+
This module contains a test for the `value_counts` function with 'keep' parameter.
33
"""
44

55
import pandas as pd
66

77
def test_value_counts_normalize():
8-
"""This function tests the ability of the value_counts function with the keep parameter."""
8+
"""This function tests the ability of the value_counts function with parameter."""
99
# Test data
1010
data = pd.Series([1, 1, 2, 2, 3, 3, 3, 4])
1111

0 commit comments

Comments
 (0)