Update init.py

minor typo
This commit is contained in:
Elias Bachaalany
2023-03-17 11:45:05 -07:00
committed by GitHub
parent bb426c33ee
commit 81d6c37933
+1 -1
View File
@@ -69,7 +69,7 @@ except ImportError as e:
# -----------------------------------------------------------------------
class IDAPythonStdOut:
"""
Dummy file-like class that receives stout and stderr
Dummy file-like class that receives stdout and stderr
"""
encoding = "UTF-8"