diff options
author | James Johnson <d0c.s4vage@gmail.com> | 2017-09-11 23:20:08 -0500 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-09-12 06:20:08 +0200 |
commit | 29879d61d117ff7909302ed845a6a1eb13814365 (patch) | |
tree | fafcb7f7003cc4b5a4146ea6090a76d9bf82082e /gitlab/base.py | |
parent | fd40fce913fbb3cd0e3aa2fd042e20bf1d51e9d6 (diff) | |
download | gitlab-29879d61d117ff7909302ed845a6a1eb13814365.tar.gz |
adds project upload feature (#239)
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 |