Skip to content

Move locale code out of tm, into _config #25757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
whitespace fixup
  • Loading branch information
jbrockmendel committed Mar 18, 2019
commit 056c0fcbdc2f09ebb3668c0f1ad67c4ec10589e1
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/ccalendar.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ cpdef int32_t get_day_of_year(int year, int month, int day) nogil:
return day_of_year


def get_locale_names(name_type : object, locale : object=None):
def get_locale_names(name_type: object, locale: object=None):
"""Returns an array of localized day or month names

Parameters
Expand Down