From fda333cc4b6bd2ea9db57d2e360c132a6e01612c Mon Sep 17 00:00:00 2001 From: Tatiana Ber Date: Thu, 17 Jul 2025 13:59:52 +0000 Subject: [PATCH] PY-82724 UI Texts: Fix typos and grammar mistakes (July) GitOrigin-RevId: 897383a66e4e826bd5014fdbd1bf5376a55460b6 --- .../python-psi-impl/resources/messages/PyPsiBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python-psi-impl/resources/messages/PyPsiBundle.properties b/python/python-psi-impl/resources/messages/PyPsiBundle.properties index 3a925b0f9b73..f6d8776db16d 100644 --- a/python/python-psi-impl/resources/messages/PyPsiBundle.properties +++ b/python/python-psi-impl/resources/messages/PyPsiBundle.properties @@ -170,7 +170,7 @@ ANN.continue.break.or.return.in.star.except='break', 'continue' and 'return' can ANN.await.outside.async.function='await' outside async function ANN.async.with.outside.function='async with' outside async function ANN.async.for.outside.function='async for' outside async function -ANN.function.cannot.be.async=function \"{0}\" cannot be async +ANN.function.cannot.be.async=Function \"{0}\" cannot be async QFIX.convert.into.async.function=Convert to async function ### quick doc generator