Skip to content

Commit a8b1f8f

Browse files
authored
Update check_purefa_occpy.py
1 parent 855057d commit a8b1f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_purefa_occpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self, endpoint, apitoken):
5555
self.apitoken = apitoken
5656

5757
def get_perf(self):
58-
"""Gets performance counters from flasharray."""
58+
"""Gets capacity counters from flasharray."""
5959
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
6060
fa = purestorage.FlashArray(self.endpoint, api_token=self.apitoken)
6161
fainfo = fa.get(space=True)[0]

0 commit comments

Comments
 (0)