summaryrefslogtreecommitdiff
path: root/python/src/com/jetbrains/python/PyBundle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/com/jetbrains/python/PyBundle.properties')
-rw-r--r--python/src/com/jetbrains/python/PyBundle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/src/com/jetbrains/python/PyBundle.properties b/python/src/com/jetbrains/python/PyBundle.properties
index 482daa88b66c..d82e9a6fde62 100644
--- a/python/src/com/jetbrains/python/PyBundle.properties
+++ b/python/src/com/jetbrains/python/PyBundle.properties
@@ -676,6 +676,9 @@ ANN.tuple.py3=tuple parameter unpacking is not supported in Python 3
ANN.star.import.at.top.only='import *' only allowed at module level
+ANN.missing.closing.quote=Missing closing quote [{0}]
+ANN.missing.closing.triple.quotes=Missing closing triple quotes
+
ANN.method.$0.removed.use.$1=Method ''{0}'' has been removed, use ''{1}'' instead
ANN.method.$0.removed=Method ''{0}'' removed