summaryrefslogtreecommitdiff
path: root/gamelocker
diff options
context:
space:
mode:
Diffstat (limited to 'gamelocker')
-rw-r--r--gamelocker/datatypes.py2
-rw-r--r--gamelocker/strings.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/gamelocker/datatypes.py b/gamelocker/datatypes.py
index a5ecadc..b1e83cf 100644
--- a/gamelocker/datatypes.py
+++ b/gamelocker/datatypes.py
@@ -4,7 +4,7 @@
"""
gamelocker.datatypes
-Classes and utility functions to map API responses to objects.
+(internal) Classes and utility functions to map API responses to objects.
"""
import inspect
diff --git a/gamelocker/strings.py b/gamelocker/strings.py
index 72f1654..3836d2f 100644
--- a/gamelocker/strings.py
+++ b/gamelocker/strings.py
@@ -4,7 +4,7 @@
"""
gamelocker.strings
-A collection of mappings between strings returned by the API
+(internal) A collection of mappings between strings returned by the API
and their common names.
Currently Vainglory-specific only.
"""