diff options
Diffstat (limited to 'gitlab/base.py')
-rw-r--r-- | gitlab/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/base.py b/gitlab/base.py index a9521eb..01f6903 100644 --- a/gitlab/base.py +++ b/gitlab/base.py @@ -536,7 +536,7 @@ class GitlabObject(object): class RESTObject(object): """Represents an object built from server data. - It holds the attributes know from te server, and the updated attributes in + It holds the attributes know from the server, and the updated attributes in another. This allows smart updates, if the object allows it. You can redefine ``_id_attr`` in child classes to specify which attribute |