diff options
Diffstat (limited to 'docs/gl_objects')
-rw-r--r-- | docs/gl_objects/events.rst | 2 | ||||
-rw-r--r-- | docs/gl_objects/projects.rst | 2 | ||||
-rw-r--r-- | docs/gl_objects/users.rst | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/gl_objects/events.rst b/docs/gl_objects/events.rst index 807dcad..eef524f 100644 --- a/docs/gl_objects/events.rst +++ b/docs/gl_objects/events.rst @@ -31,7 +31,7 @@ Examples You can list events for an entire Gitlab instance (admin), users and projects. You can filter you events you want to retrieve using the ``action`` and -``target_type`` attributes. The possibole values for these attributes are +``target_type`` attributes. The possible values for these attributes are available on `the gitlab documentation <https://docs.gitlab.com/ce/api/events.html>`_. diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst index b39c73b..8c87bf7 100644 --- a/docs/gl_objects/projects.rst +++ b/docs/gl_objects/projects.rst @@ -320,7 +320,7 @@ Delete a tag: Project snippets ================ -The snippet visibility can be definied using the following constants: +The snippet visibility can be defined using the following constants: * ``gitlab.VISIBILITY_PRIVATE`` * ``gitlab.VISIBILITY_INTERNAL`` diff --git a/docs/gl_objects/users.rst b/docs/gl_objects/users.rst index 63609db..3cbea6b 100644 --- a/docs/gl_objects/users.rst +++ b/docs/gl_objects/users.rst @@ -208,19 +208,19 @@ List GPG keys for a user: :start-after: # gpgkey list :end-before: # end gpgkey list -Get an GPG gpgkey for a user: +Get a GPG gpgkey for a user: .. literalinclude:: users.py :start-after: # gpgkey get :end-before: # end gpgkey get -Create an GPG gpgkey for a user: +Create a GPG gpgkey for a user: .. literalinclude:: users.py :start-after: # gpgkey create :end-before: # end gpgkey create -Delete an GPG gpgkey for a user: +Delete a GPG gpgkey for a user: .. literalinclude:: users.py :start-after: # gpgkey delete |