Closes #1418: Private and special members are properly skipped on Python 3.3

This commit is contained in:
Rob Ruana
2014-03-11 03:50:49 -04:00
parent 191e0b4c12
commit 3e7ce5d3a1
4 changed files with 19 additions and 10 deletions

View File

@@ -247,8 +247,8 @@ OTHER DEALINGS IN THE SOFTWARE.
-------------------------------------------------------------------------------
The included implementation of NumpyDocstring._parse_see_also_section was
derived from code under the following license:
The included implementation of NumpyDocstring._parse_numpydoc_see_also_section
was derived from code under the following license:
-------------------------------------------------------------------------------