From 84c118c1584ddc195c6dcd25db3d44e092e88dae Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 23 Dec 2020 18:03:21 +1100 Subject: [PATCH] docs: fix simple typo, requirment -> requirement (#560) There is a small typo in bypy/bypy.py. Should read `requirement` rather than `requirment`. --- bypy/bypy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypy/bypy.py b/bypy/bypy.py index 9693e56..9b9f0ea 100755 --- a/bypy/bypy.py +++ b/bypy/bypy.py @@ -1968,7 +1968,7 @@ try to create a file at PCS by combining slices, having MD5s specified sys.exit(const.EMaxRetry) return const.EMaxRetry - # requirment: self.__remote_json is already gotten + # requirement: self.__remote_json is already gotten def __downchunks(self, rfile, start): rsize = self.__remote_json['size'] -- GitLab