Skip to content

Commit abf31ef

Browse files
gfyoungmattip
authored andcommitted
DOC: Fix up _DeprecatedModule parameters doc (pandas-dev#15843)
[ci skip]
1 parent f69d33b commit abf31ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/util/depr_module.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ class _DeprecatedModule(object):
1313
Parameters
1414
----------
1515
deprmod : name of module to be deprecated.
16-
deprmodto : name of module as a replacement, optional
17-
if not givent will __module__
16+
deprmodto : name of module as a replacement, optional.
17+
If not given, the __module__ attribute will
18+
be used when needed.
1819
removals : objects or methods in module that will no longer be
1920
accessible once module is removed.
2021
"""

0 commit comments

Comments
 (0)