Skip to content
Snippets Groups Projects
Commit b47eab53 authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Merge pull request #4644 from yoloseem/typo-1

Fix docstring typos in python grpc interfaces.
parents fdd02259 34206222
No related branches found
No related tags found
No related merge requests found
...@@ -378,7 +378,7 @@ class UnaryUnaryMultiCallable(object): ...@@ -378,7 +378,7 @@ class UnaryUnaryMultiCallable(object):
metadata: A metadata value to be passed to the service-side of metadata: A metadata value to be passed to the service-side of
the RPC. the RPC.
with_call: Whether or not to include return a Call for the RPC in addition with_call: Whether or not to include return a Call for the RPC in addition
to the reponse. to the response.
protocol_options: A value specified by the provider of a Face interface protocol_options: A value specified by the provider of a Face interface
implementation affording custom state and behavior. implementation affording custom state and behavior.
...@@ -496,7 +496,7 @@ class StreamUnaryMultiCallable(object): ...@@ -496,7 +496,7 @@ class StreamUnaryMultiCallable(object):
metadata: A metadata value to be passed to the service-side of metadata: A metadata value to be passed to the service-side of
the RPC. the RPC.
with_call: Whether or not to include return a Call for the RPC in addition with_call: Whether or not to include return a Call for the RPC in addition
to the reponse. to the response.
protocol_options: A value specified by the provider of a Face interface protocol_options: A value specified by the provider of a Face interface
implementation affording custom state and behavior. implementation affording custom state and behavior.
...@@ -699,7 +699,7 @@ class GenericStub(object): ...@@ -699,7 +699,7 @@ class GenericStub(object):
timeout: A duration of time in seconds to allow for the RPC. timeout: A duration of time in seconds to allow for the RPC.
metadata: A metadata value to be passed to the service-side of the RPC. metadata: A metadata value to be passed to the service-side of the RPC.
with_call: Whether or not to include return a Call for the RPC in addition with_call: Whether or not to include return a Call for the RPC in addition
to the reponse. to the response.
protocol_options: A value specified by the provider of a Face interface protocol_options: A value specified by the provider of a Face interface
implementation affording custom state and behavior. implementation affording custom state and behavior.
...@@ -774,7 +774,7 @@ class GenericStub(object): ...@@ -774,7 +774,7 @@ class GenericStub(object):
timeout: A duration of time in seconds to allow for the RPC. timeout: A duration of time in seconds to allow for the RPC.
metadata: A metadata value to be passed to the service-side of the RPC. metadata: A metadata value to be passed to the service-side of the RPC.
with_call: Whether or not to include return a Call for the RPC in addition with_call: Whether or not to include return a Call for the RPC in addition
to the reponse. to the response.
protocol_options: A value specified by the provider of a Face interface protocol_options: A value specified by the provider of a Face interface
implementation affording custom state and behavior. implementation affording custom state and behavior.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment