Parcourir la source

Update python.js

Lutz Roeder il y a 4 ans
Parent
commit
8c416d6f08
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      source/python.js

+ 1 - 1
source/python.js

@@ -3425,7 +3425,7 @@ python.Unpickler.OpCode = {
     PERSID: 80,            // 'P'
     BINPERSID: 81,         // 'Q'
     REDUCE: 82,            // 'R'
-    STRING: 83,             // 'S'
+    STRING: 83,            // 'S'
     BINSTRING: 84,         // 'T'
     SHORT_BINSTRING: 85,   // 'U'
     UNICODE: 86,           // 'V'