Skip to content

Commit

Permalink
Clarify comment example
Browse files Browse the repository at this point in the history
  • Loading branch information
vchudnov-g committed Dec 2, 2024
1 parent a38d8cc commit 36ee7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/api_core/retry/retry_unary.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def retry_target(
# client:
# response = Library.listBooks(..., requestID=582) # the 582 would be a unique ID computed on the fly
# api_core:
# loggingDebug(f"Calling {rpc_call_id}:{attempt} for request {requestID}")
# loggingDebug(f"Calling {requestID}:{attempt} STARTED")
# Logging output:
# TIME1: client: Initiating RPC ListBooks (requestID=582, details=....)
# TIME2: google_api_core: Call 582:0 STARTED
Expand Down

0 comments on commit 36ee7c4

Please sign in to comment.