mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Fix grammar in setup.py log message
This commit is contained in:
@@ -93,7 +93,7 @@ class FridaPrebuiltExt(build_ext):
|
||||
with open(egg_path, "rb") as cache:
|
||||
egg_data = cache.read()
|
||||
except IOError as e:
|
||||
print("prebuild extension not found in home directory, will try downloading it")
|
||||
print("prebuilt extension not found in home directory, will try downloading it")
|
||||
|
||||
print("querying pypi for available prebuilds")
|
||||
client = xmlrpclib.ServerProxy("https://pypi.python.org/pypi", transport=UrllibTransport())
|
||||
|
||||
Reference in New Issue
Block a user