Skip to content

Commit 2434130

Browse files
authored
Update pycloaking.py
1 parent e5754ab commit 2434130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycloaking/pycloaking.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ def uncloak_file(in_password,
190190
Raises:
191191
ValueError if chunksize mod 16 != 0
192192
IOError if something is wrong with input or output file
193-
UserWarning if the input file as not created with cloak_file()
194-
or is corrupted
193+
UserWarning if the input file was not created with cloak_file()
194+
or the input file is corrupted
195195
"""
196196
# Take start time
197197
tstart = time()

0 commit comments

Comments
 (0)