Skip to content

Commit 36ee7c4

Browse files
committed
Clarify comment example
1 parent a38d8cc commit 36ee7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/retry/retry_unary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def retry_target(
152152
# client:
153153
# response = Library.listBooks(..., requestID=582) # the 582 would be a unique ID computed on the fly
154154
# api_core:
155-
# loggingDebug(f"Calling {rpc_call_id}:{attempt} for request {requestID}")
155+
# loggingDebug(f"Calling {requestID}:{attempt} STARTED")
156156
# Logging output:
157157
# TIME1: client: Initiating RPC ListBooks (requestID=582, details=....)
158158
# TIME2: google_api_core: Call 582:0 STARTED

0 commit comments

Comments
 (0)