rapid7 / nexpose-client-python

DEPRECATED : Rapid7 Nexpose API client library written in Python
https://www.rapid7.com/
BSD 3-Clause "New" or "Revised" License
25 stars 20 forks source link

Typo in RequestSiteConfig Docstring #7

Closed santsys closed 7 years ago

santsys commented 7 years ago

The docstring for the RequestSiteConfig method call has some typos.

"""
 Get the configuration of the specified site.
 This function will return a single **SiteConfigesponse** XML object (API 1.1).
"""

The class SiteConfigesponse doesn't exist and appears to be a typo.

https://github.com/rapid7/nexpose-client-python/blob/master/nexpose/nexpose.py#L382

Your Environment