PY-82724 UI Texts: Fix typos and grammar mistakes (July)

GitOrigin-RevId: d07c088ede125c453d45b922ca718d4ce6ec9f10
This commit is contained in:
Tatiana Ber
2025-07-18 14:26:02 +00:00
committed by intellij-monorepo-bot
parent 02d31c7839
commit c60b32b80b
@@ -1,6 +1,6 @@
<error descr="function \"__getattr__\" cannot be async">async</error> def __getattr__(name):
<error descr="Function \"__getattr__\" cannot be async">async</error> def __getattr__(name):
pass
<error descr="function \"__dir__\" cannot be async">async</error> def __dir__():
<error descr="Function \"__dir__\" cannot be async">async</error> def __dir__():
pass