Skip to content

Commit

Permalink
DOC: Fix up _DeprecatedModule parameters doc (#15843)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gfyoung authored and jreback committed Mar 30, 2017
1 parent 046d3be commit 3d6c5a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pandas/util/depr_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 3d6c5a8

Please sign in to comment.