Skip to content

Commit 5a82571

Browse files
fakabbirPingviinituutti
authored andcommitted
Fix docstring templates not being filled (pandas-dev#24535) (pandas-dev#24584)
1 parent f81188f commit 5a82571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ def notna(self):
19201920
19211921
Returns
19221922
-------
1923-
filled : %(klass)s
1923+
filled : Index
19241924
"""
19251925

19261926
@Appender(_index_shared_docs['fillna'])

0 commit comments

Comments
 (0)