We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
char_to_string_locale
tslibs.util
1 parent e5f3062 commit 22b0ae4Copy full SHA for 22b0ae4
pandas/tests/io/formats/test_format.py
@@ -3235,7 +3235,7 @@ def test_period_tz(self):
3235
assert per.format()[0] == "2013-01-01 00:00"
3236
3237
def test_period_custom_locale(self, overridden_locale):
3238
- # GH#46319 locale-specific formatting directive leads to non-utf8 str result
+ # GH#46319 locale-specific directive leads to non-utf8 c strftime char* result
3239
3240
# Get locale-specific reference
3241
am_local, pm_local = get_local_am_pm()
0 commit comments