Skip to content

Commit 7b057d6

Browse files
authored
Update test_value_counts_normalize.py
1 parent 642235f commit 7b057d6

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 is a test for the `value_counts` function with the new `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 value_counts function with the keep parameter."""
99
# Test data
1010
data = pd.Series([1, 1, 2, 2, 3, 3, 3, 4])
1111

0 commit comments

Comments
 (0)