From 31343b090bca24f6e7b31824dcd950ab8fdc805e Mon Sep 17 00:00:00 2001 From: gfyoung Date: Wed, 29 Mar 2017 17:27:56 -0700 Subject: [PATCH] DOC: Fix up _DeprecatedModule parameters doc [ci skip] --- pandas/util/depr_module.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pandas/util/depr_module.py b/pandas/util/depr_module.py index b181c4627b1e1..af7faf9dd96c8 100644 --- a/pandas/util/depr_module.py +++ b/pandas/util/depr_module.py @@ -13,8 +13,9 @@ class _DeprecatedModule(object): Parameters ---------- deprmod : name of module to be deprecated. - deprmodto : name of module as a replacement, optional - if not givent will __module__ + deprmodto : name of module as a replacement, optional. + If not given, the __module__ attribute will + be used when needed. removals : objects or methods in module that will no longer be accessible once module is removed. """