Skip to content

Commit 9397740

Browse files
committed
Typo.
1 parent 6717ebe commit 9397740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sumo/wrapper/sumo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def create_shared_access_key_for_case(self, case_uuid):
423423

424424
def client_for_case(self, case_uuid):
425425
"""Instantiate and return new SumoClient for accessing the
426-
case identified by "case_uuid*."""
426+
case identified by *case_uuid*."""
427427
return SumoClient(
428428
env=self.env,
429429
verbosity=self._verbosity,

0 commit comments

Comments
 (0)