Skip to content

Commit 7b09f73

Browse files
committed
fix seel also
1 parent c76b174 commit 7b09f73

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/errors/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,9 +1047,8 @@ class TimezoneDtypeMismatchError(ValueError):
10471047
10481048
See Also
10491049
--------
1050-
pandas.core.dtypes.dtypes.DatetimeTZDtype : Datetime dtype with an associated
1051-
timezone.
1052-
pandas.core.arrays.datetimes._validate_tz_from_dtype : Validation helper that may
1050+
core.dtypes.dtypes.DatetimeTZDtype : Datetime dtype with an associated timezone.
1051+
core.arrays.datetimes._validate_tz_from_dtype : Validation helper that may
10531052
raise this error.
10541053
10551054
Examples

0 commit comments

Comments
 (0)