diff options
Diffstat (limited to 'gamelocker/api.py')
| -rw-r--r-- | gamelocker/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamelocker/api.py b/gamelocker/api.py index c1383d6..905f9fa 100644 --- a/gamelocker/api.py +++ b/gamelocker/api.py @@ -102,7 +102,7 @@ class Gamelocker(object): element = gamelocker.datatypes.link_to_object(element, includes) return element - def vainglory(self): + def Vainglory(self): """Sets title to Vainglory. :return: :class:`Gamelocker <Gamelocker>` object |
