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