Skip to content

Commit 3760f47

Browse files
authored
DOC: capitalize Gregorian and fix word order (#37697)
Gregorian is a proper noun (https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). Also, "proleptic" is modifying the compound noun "Gregorian epoch" rather than "Gregorian" modifying a "proleptic epoch".
1 parent 0a854b8 commit 3760f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/period.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@ class Period(_Period):
23162316
freq : str, default None
23172317
One of pandas period strings or corresponding objects.
23182318
ordinal : int, default None
2319-
The period offset from the gregorian proleptic epoch.
2319+
The period offset from the proleptic Gregorian epoch.
23202320
year : int, default None
23212321
Year value of the period.
23222322
month : int, default 1

0 commit comments

Comments
 (0)