We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751a0d5 commit f13f017Copy full SHA for f13f017
1 file changed
README.md
@@ -58,7 +58,7 @@ from remotezip import RemoteZip
58
59
with RemoteZip('http://.../myfile.zip') as zip:
60
for zip_info in zip.infolist():
61
- print(zip_info.name)
+ print(zip_info.filename)
62
```
63
64
@@ -141,4 +141,4 @@ How many requests will this module perform to download a member?
141
142
## Alternative modules
143
144
-There is a similar module available for python [pyremotezip](https://github.com/fcvarela/pyremotezip).
+There is a similar module available for python [pyremotezip](https://github.com/fcvarela/pyremotezip).
0 commit comments