소스 검색

te -> t typo

Yaroslav Halchenko 1 년 전
부모
커밋
a21f00b11f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      taipy/gui/gui.py

+ 1 - 1
taipy/gui/gui.py

@@ -2178,7 +2178,7 @@ class Gui:
         # t.Optional[t.Union[ssl.SSLContext, t.Tuple[str, t.Optional[str]], t.Literal["adhoc"]]] = None
         #
         # With the doc:
-        #     ssl_context (Optional[Union[ssl.SSLContext, Tuple[str, Optional[str]], te.Literal['adhoc']]]):
+        #     ssl_context (Optional[Union[ssl.SSLContext, Tuple[str, Optional[str]], t.Literal['adhoc']]]):
         #         Configures TLS to serve over HTTPS. This value can be:
         #
         #         - An `ssl.SSLContext` object