Skip to content

Commit 11556b7

Browse files
author
awu42
committed
Validate consistency of title capitalization in documentation script added (pandas-dev#26941)
1 parent 4ceea5e commit 11556b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_rst_title_capitalization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __exit__(self, *_):
7575
'pandas', 'Python', 'IPython','PyTables', 'Excel', 'JSON',
7676
'HTML', 'SAS', 'SQL', 'BigQuery', 'STATA', 'Interval', 'PEP8',
7777
'Period', 'Series', 'Index', 'DataFrame', 'C', 'Git', 'GitHub', 'NumPy',
78-
'Apache', 'Arrow', 'Parquet', 'Triage', 'MultiIndex', 'NumFOCUS'
78+
'Apache', 'Arrow', 'Parquet', 'Triage', 'MultiIndex', 'NumFOCUS', 'sklearn-pandas'
7979
}
8080

8181
# Lowercase representation of CAPITALIZATION_EXCEPTIONS

0 commit comments

Comments
 (0)