We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69d33b commit abf31efCopy full SHA for abf31ef
pandas/util/depr_module.py
@@ -13,8 +13,9 @@ class _DeprecatedModule(object):
13
Parameters
14
----------
15
deprmod : name of module to be deprecated.
16
- deprmodto : name of module as a replacement, optional
17
- if not givent will __module__
+ deprmodto : name of module as a replacement, optional.
+ If not given, the __module__ attribute will
18
+ be used when needed.
19
removals : objects or methods in module that will no longer be
20
accessible once module is removed.
21
"""
0 commit comments