frabbit %!s(int64=11) %!d(string=hai) anos
pai
achega
f9987e94a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/python/lib/Msvcrt.hx

+ 1 - 1
std/python/lib/Msvcrt.hx

@@ -8,7 +8,7 @@ extern class Msvcrt {
 	static function __init__ ():Void
 	{
 		try {
-			python.Macros.importAs("msvrt", "python.lib.Msvcrt");
+			python.Macros.importAs("msvcrt", "python.lib.Msvcrt");
 		} catch (e:Dynamic) {}
 	}