diff options
Diffstat (limited to 'Lib/socket.py')
-rw-r--r-- | Lib/socket.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/socket.py b/Lib/socket.py index ec8d61092b9..b951809068e 100644 --- a/Lib/socket.py +++ b/Lib/socket.py @@ -48,7 +48,7 @@ __all__.extend(os._get_exports_list(_socket)) if (sys.platform.lower().startswith("win") or (hasattr(os, 'uname') and os.uname()[0] == "BeOS") - or (sys.platform=="RISCOS")): + or (sys.platform=="riscos")): _realsocketcall = _socket.socket |