mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-82724 UI Texts: Fix typos and grammar mistakes (July)
GitOrigin-RevId: d07c088ede125c453d45b922ca718d4ce6ec9f10
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user