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/user.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/user.py')
| -rw-r--r-- | discord/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py index 455fca14..a5ef2edb 100644 --- a/discord/user.py +++ b/discord/user.py @@ -24,7 +24,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -class User(object): +class User: """Represents a Discord user. Supported Operations: |