We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab90a7d commit e0bd72fCopy full SHA for e0bd72f
python-frontend/src/main/java/org/sonar/plugins/python/api/PythonVersionUtils.java
@@ -58,7 +58,7 @@ public String serializedValue() {
58
59
/**
60
* Note that versions between 3 and 3.5 are currently mapped to 3.5 because
61
- * during we don't take into account those version during typeshed symbols serialization
+ * we don't take into account those version during typeshed symbols serialization
62
*/
63
private static final Map<String, Version> STRING_VERSION_MAP = new HashMap<>();
64
static {
0 commit comments