From 0f1346316b22bed286aa4384ff158000190cc6a3 Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Sat, 7 Nov 2020 21:25:18 -0800 Subject: [PATCH] DOC: capitalize Gregorian and fix word order 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". --- pandas/_libs/tslibs/period.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_libs/tslibs/period.pyx b/pandas/_libs/tslibs/period.pyx index b817d80c64ccd..d83138528a6f9 100644 --- a/pandas/_libs/tslibs/period.pyx +++ b/pandas/_libs/tslibs/period.pyx @@ -2316,7 +2316,7 @@ class Period(_Period): freq : str, default None One of pandas period strings or corresponding objects. ordinal : int, default None - The period offset from the gregorian proleptic epoch. + The period offset from the proleptic Gregorian epoch. year : int, default None Year value of the period. month : int, default 1