diff --git a/src/python/grpcio/grpc/experimental/aio/_call.py b/src/python/grpcio/grpc/experimental/aio/_call.py index 1b0ace52376..bd720c159ac 100644 --- a/src/python/grpcio/grpc/experimental/aio/_call.py +++ b/src/python/grpcio/grpc/experimental/aio/_call.py @@ -417,7 +417,7 @@ class UnaryStreamCall(Call, _base_call.UnaryStreamCall): if response_message is None: # If the read operation failed, Core should explain why. await self._raise_rpc_error_if_not_ok() - # If everything is okay, there is something wrong internally. + # If no exception raised, there is something wrong internally. assert False, 'Read operation failed with StatusCode.OK' else: return response_message