Skip to content

Commit

Permalink
docs: fixes get_check args (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
worldworm committed May 5, 2024
1 parent 31218d3 commit cb862fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Getting a Check
client = Client(api_key="myapikey")
check = client.get_check(uuid="mychecksuuid")
check = client.get_check(check_id="mychecksuuid")
print(check)
Pinging a Check
Expand Down

0 comments on commit cb862fa

Please sign in to comment.