[IFT] Change name of "Smart type completion" lesson to "Type-matching completion"

also fix the indent in the python sample

GitOrigin-RevId: e8e88c6618eb4f700bdbdf7ccb286cfe18b9d8a2
This commit is contained in:
Alexey Merkulov
2021-04-14 15:12:30 +03:00
committed by intellij-monorepo-bot
parent 9b004df451
commit 03cf96a57d
5 changed files with 8 additions and 6 deletions

View File

@@ -58,7 +58,6 @@ python.f.string.completion.result.message=You may see that a simple Python strin
python.postfix.completion.type=Type {0} after the parenthesis to see the list of suggestions.
python.postfix.completion.complete=Select {0} from the list and press {1} to complete the statement.
python.smart.completion.lesson.name=Smart completion
python.smart.completion.try.basic.completion=Try using Basic Completion by pressing {0}.
python.smart.completion.use.smart.completion=Unfortunately, <ide/> has no direct information on the {0} type. \
But sometimes, it can suggest completion by the context! Use {1} to invoke Smart Completion.