Skip to content

Commit 8bfa58e

Browse files
edited docstring to fit python standards
1 parent 5ed8ef5 commit 8bfa58e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tseries/tools.py

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def _lexer_split_from_str(dt_str):
3434
except (ImportError, AttributeError):
3535
pass
3636

37+
3738
def _infer_tzinfo(start, end):
3839
def _infer(a, b):
3940
tz = a.tzinfo
@@ -50,6 +51,7 @@ def _infer(a, b):
5051
tz = _infer(end, start)
5152
return tz
5253

54+
5355
def _guess_datetime_format(dt_str, dayfirst=False,
5456
dt_str_parse=compat.parse_date,
5557
dt_str_split=_DATEUTIL_LEXER_SPLIT):

0 commit comments

Comments
 (0)