Clean-up documentation to use NumPy style docs on remaining classes.

This commit is contained in:
Rapptz
2015-12-16 22:20:54 -05:00
parent de1c74a399
commit 9f92536441
4 changed files with 35 additions and 42 deletions

View File

@ -23,7 +23,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
"""
class Object(object):
class Object:
"""Represents a generic Discord object.
The purpose of this class is to allow you to create 'miniature'