Browse Source

Merge pull request #20 from anki-code/patch-1

typo fix
Valentin 5 năm trước cách đây
mục cha
commit
26061c47a6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      python_appimage/__init__.py

+ 1 - 1
python_appimage/__init__.py

@@ -2,4 +2,4 @@ import platform
 
 
 if platform.system() != 'Linux':
-    raise RuntimeError('invalid system: ' + plateform.system())
+    raise RuntimeError('invalid system: ' + platform.system())