Skip to content

Commit e0bd72f

Browse files
Fix small typo (#950)
1 parent ab90a7d commit e0bd72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-frontend/src/main/java/org/sonar/plugins/python/api/PythonVersionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public String serializedValue() {
5858

5959
/**
6060
* 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
61+
* we don't take into account those version during typeshed symbols serialization
6262
*/
6363
private static final Map<String, Version> STRING_VERSION_MAP = new HashMap<>();
6464
static {

0 commit comments

Comments
 (0)