diff options
| author | Rapptz <[email protected]> | 2015-12-16 22:20:54 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-16 22:20:54 -0500 |
| commit | 9f925364412093381f50c0ca48f50d249da939c2 (patch) | |
| tree | 7461113e4b5f734a793e7c66d4ed217da9421d73 /discord/object.py | |
| parent | Make more things into properties. (diff) | |
| download | discord.py-9f925364412093381f50c0ca48f50d249da939c2.tar.xz discord.py-9f925364412093381f50c0ca48f50d249da939c2.zip | |
Clean-up documentation to use NumPy style docs on remaining classes.
Diffstat (limited to 'discord/object.py')
| -rw-r--r-- | discord/object.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/object.py b/discord/object.py index d073ef15..ebf28f0f 100644 --- a/discord/object.py +++ b/discord/object.py @@ -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' |