Skip to content

Commit cb862fa

Browse files
authored
docs: fixes get_check args (#597)
1 parent 31218d3 commit cb862fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Getting a Check
7575
7676
client = Client(api_key="myapikey")
7777
78-
check = client.get_check(uuid="mychecksuuid")
78+
check = client.get_check(check_id="mychecksuuid")
7979
print(check)
8080
8181
Pinging a Check

0 commit comments

Comments
 (0)