From c60b32b80b34508cf8b3d80f153d1ba751fd7d1c Mon Sep 17 00:00:00 2001 From: Tatiana Ber Date: Fri, 18 Jul 2025 12:56:19 +0000 Subject: [PATCH] PY-82724 UI Texts: Fix typos and grammar mistakes (July) GitOrigin-RevId: d07c088ede125c453d45b922ca718d4ce6ec9f10 --- python/testData/highlighting/asyncModuleBuiltinMethods.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/testData/highlighting/asyncModuleBuiltinMethods.py b/python/testData/highlighting/asyncModuleBuiltinMethods.py index a94b6ea9c868..7af7eb58aebe 100644 --- a/python/testData/highlighting/asyncModuleBuiltinMethods.py +++ b/python/testData/highlighting/asyncModuleBuiltinMethods.py @@ -1,6 +1,6 @@ -async def __getattr__(name): +async def __getattr__(name): pass -async def __dir__(): +async def __dir__(): pass \ No newline at end of file