From 6f6e440ae9445c9f4470e6de04ba3b3acb5c323d Mon Sep 17 00:00:00 2001
From: Robert Habermann <mail@rhab.de>
Date: Sat, 17 Sep 2016 00:24:12 +0200
Subject: [PATCH] fix typo

---
 pyotrs/lib.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyotrs/lib.py b/pyotrs/lib.py
index 7d3032a..c499156 100644
--- a/pyotrs/lib.py
+++ b/pyotrs/lib.py
@@ -839,7 +839,7 @@ class Client(object):
         """ticket_update_by_ticket_id_set_scout_id
 
         Args:
-            ticket (Ticket):
+            ticket (Ticket): a ticket object
             article (Article): optional article
             attachment_list (list): *Attachment* objects
             dynamic_field_list (list): *DynamicField* object
@@ -1083,7 +1083,7 @@ class Client(object):
 
         Args:
 
-            ticket_id (int):
+            ticket_id (int): Ticket ID as integer value
             article (Article): **optional** one *Article* that will be add to the ticket
             attachment_list (list): list of one or more *Attachment* objects that will
                 be added to ticket. Also requires an *Article*!
@@ -1133,7 +1133,7 @@ class Client(object):
         """ticket_update_set_state_pending
 
         Args:
-            ticket_id (int):
+            ticket_id (int): Ticket ID as integer value
             new_state (str): defaults to "pending reminder"
             pending_days (int): defaults to 1
             pending_hours (int): defaults to 0
-- 
GitLab