Skip to content

Commit 10ac3ea

Browse files
galuhsahidWillAyd
authored andcommitted
Fix PR08 errors (#30749)
1 parent 14f392a commit 10ac3ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/indexes/multi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ def get_loc_level(self, key, level=0, drop_level: bool = True):
26722672
key : label or sequence of labels
26732673
level : int/level name or list thereof, optional
26742674
drop_level : bool, default True
2675-
if ``False``, the resulting index will not drop any level.
2675+
If ``False``, the resulting index will not drop any level.
26762676
26772677
Returns
26782678
-------

pandas/tseries/frequencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def infer_freq(index, warn: bool = True) -> Optional[str]:
244244
Parameters
245245
----------
246246
index : DatetimeIndex or TimedeltaIndex
247-
if passed a Series will use the values of the series (NOT THE INDEX).
247+
If passed a Series will use the values of the series (NOT THE INDEX).
248248
warn : bool, default True
249249
250250
Returns

0 commit comments

Comments
 (0)