diff --git a/python/psi-api/src/com/jetbrains/python/psi/LanguageLevel.java b/python/psi-api/src/com/jetbrains/python/psi/LanguageLevel.java index a93f5ffb8767..0e3ff4ca83a3 100644 --- a/python/psi-api/src/com/jetbrains/python/psi/LanguageLevel.java +++ b/python/psi-api/src/com/jetbrains/python/psi/LanguageLevel.java @@ -35,7 +35,7 @@ public enum LanguageLevel { PYTHON34(34, true, false, true, true); private static LanguageLevel DEFAULT2 = PYTHON27; - private static LanguageLevel DEFAULT3 = PYTHON33; + private static LanguageLevel DEFAULT3 = PYTHON34; public static LanguageLevel FORCE_LANGUAGE_LEVEL = null;