Skip to content

Commit 6872a7a

Browse files
ctillercopybara-github
authored andcommitted
Change some text to Implementation Private
What was there trips some tooling and will cause some repo maintenance issues going forward PiperOrigin-RevId: 596992313
1 parent 745a612 commit 6872a7a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/python/grpcio/grpc/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ def unary_unary(
10151015
response_deserializer: Optional :term:`deserializer` for deserializing the
10161016
response message. Response goes undeserialized in case None
10171017
is passed.
1018-
_registered_method: Internal Only. A bool representing whether the method
1018+
_registered_method: Implementation Private. A bool representing whether the method
10191019
is registered.
10201020
10211021
Returns:
@@ -1040,7 +1040,7 @@ def unary_stream(
10401040
response_deserializer: Optional :term:`deserializer` for deserializing the
10411041
response message. Response goes undeserialized in case None is
10421042
passed.
1043-
_registered_method: Internal Only. A bool representing whether the method
1043+
_registered_method: Implementation Private. A bool representing whether the method
10441044
is registered.
10451045
10461046
Returns:
@@ -1065,7 +1065,7 @@ def stream_unary(
10651065
response_deserializer: Optional :term:`deserializer` for deserializing the
10661066
response message. Response goes undeserialized in case None is
10671067
passed.
1068-
_registered_method: Internal Only. A bool representing whether the method
1068+
_registered_method: Implementation Private. A bool representing whether the method
10691069
is registered.
10701070
10711071
Returns:
@@ -1090,7 +1090,7 @@ def stream_stream(
10901090
response_deserializer: Optional :term:`deserializer` for deserializing the
10911091
response message. Response goes undeserialized in case None
10921092
is passed.
1093-
_registered_method: Internal Only. A bool representing whether the method
1093+
_registered_method: Implementation Private. A bool representing whether the method
10941094
is registered.
10951095
10961096
Returns:

0 commit comments

Comments
 (0)