diff options
-rw-r--r-- | gsxws/products.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/products.py b/gsxws/products.py index 0de6601..abffd43 100644 --- a/gsxws/products.py +++ b/gsxws/products.py @@ -87,7 +87,7 @@ class Product(GsxObject): def repairs(self): """ >>> Product(serialNumber='DGKFL06JDHJP').repairs() # doctest: +ELLIPSIS - {'customerName': 'Lepalaan,Filipp',... + [{'customerName': 'Lepalaan,Filipp',... """ return Lookup(serialNumber=self.serialNumber).repairs() |