Skip to content

Commit f48b2dd

Browse files
committed
Add keywords to CAPITALIZATION_EXCEPTIONS
1 parent 0beeda1 commit f48b2dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/validate_rst_title_capitalization.py

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@
100100
"BusinessHour",
101101
"BusinessDay",
102102
"DateOffset",
103+
"ExtensionDtype",
104+
"ExtensionArray",
103105
}
104106

105107
CAP_EXCEPTIONS_DICT = {word.lower(): word for word in CAPITALIZATION_EXCEPTIONS}

0 commit comments

Comments
 (0)