Преглед на файлове

Correct comment wording

Lidi Zheng преди 5 години
родител
ревизия
9a3ddd8d76
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/python/grpcio/grpc/experimental/aio/_call.py

+ 1 - 1
src/python/grpcio/grpc/experimental/aio/_call.py

@@ -321,7 +321,7 @@ class UnaryUnaryCall(Call, _base_call.UnaryUnaryCall):
         try:
             response = yield from self._call
         except asyncio.CancelledError:
-            # Even if we converted all other CancelledError, there is still
+            # Even if we caught all other CancelledError, there is still
             # this corner case. If the application cancels immediately after
             # the Call object is created, we will observe this
             # `CancelledError`.