diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-08-12 14:53:53 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-08-12 14:53:53 +0300 |
commit | c59135b89f896edc14002a10529756aff2a1d59b (patch) | |
tree | 292cd79608afee660d5834e36c3b264944a7f5d8 /gsxws | |
parent | db5edc5f4f57685cdfd56400a86e817e8fd46d00 (diff) | |
download | py-gsxws-c59135b89f896edc14002a10529756aff2a1d59b.tar.gz py-gsxws-c59135b89f896edc14002a10529756aff2a1d59b.tar.bz2 py-gsxws-c59135b89f896edc14002a10529756aff2a1d59b.zip |
Fixed CA repair tests
Diffstat (limited to 'gsxws')
-rw-r--r-- | gsxws/diagnostics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/diagnostics.py b/gsxws/diagnostics.py index 9e0d056..959faa3 100644 --- a/gsxws/diagnostics.py +++ b/gsxws/diagnostics.py @@ -21,7 +21,7 @@ class Diagnostics(GsxObject): def fetch(self): """ The Fetch Diagnostic Details API allows users to fetch diagnostic test details - of all Devices.This API will retrieve diagnostic tests performed on the device + of all Devices. This API will retrieve diagnostic tests performed on the device as well as profile and report data for the tests. >>> Diagnostics(diagnosticEventNumber='12942008007242012052919').fetch() |