From c1777b703746d1ba60b2ba319aab89b552522fe7 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 6 May 2012 00:48:28 -0400 Subject: [PATCH] Minor fix --- earwigbot/wiki/user.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/earwigbot/wiki/user.py b/earwigbot/wiki/user.py index b707acb..c40478b 100644 --- a/earwigbot/wiki/user.py +++ b/earwigbot/wiki/user.py @@ -37,7 +37,7 @@ class User(object): editcount and user rights, methods for returning the user's userpage and talkpage, etc. - Attributes: + *Attributes:* - :py:attr:`name`: the user's username - :py:attr:`exists`: ``True`` if the user exists, else ``False`` @@ -50,7 +50,7 @@ class User(object): - :py:attr:`emailable`: ``True`` if you can email the user, or ``False`` - :py:attr:`gender`: the user's gender ("male"/"female"/"unknown") - Public methods: + *Public methods:* - :py:meth:`reload`: forcibly reloads the user's attributes - :py:meth:`get_userpage`: returns a Page object representing the user's