Răsfoiți Sursa

Capitalize comment

Richard Belleville 6 ani în urmă
părinte
comite
d6e3d04cf8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/python/grpcio_tests/tests/unit/_signal_handling_test.py

+ 1 - 1
src/python/grpcio_tests/tests/unit/_signal_handling_test.py

@@ -31,7 +31,7 @@ _CLIENT_PATH = None
 if sys.executable is not None:
 if sys.executable is not None:
     _CLIENT_PATH = os.path.abspath(os.path.realpath(_signal_client.__file__))
     _CLIENT_PATH = os.path.abspath(os.path.realpath(_signal_client.__file__))
 else:
 else:
-    # Note(rbellevi): For compatibility with internal testing.
+    # NOTE(rbellevi): For compatibility with internal testing.
     if len(sys.argv) != 2:
     if len(sys.argv) != 2:
         raise RuntimeError("Must supply path to executable client.")
         raise RuntimeError("Must supply path to executable client.")
     client_name = sys.argv[1].split("/")[-1]
     client_name = sys.argv[1].split("/")[-1]