Kaydet (Commit) 5e30fa5f authored tarafından Ezio Melotti's avatar Ezio Melotti

#13233: fix typo.

üst 44b866a6
...@@ -936,7 +936,7 @@ Files and Directories ...@@ -936,7 +936,7 @@ Files and Directories
try: try:
fp = open("myfile") fp = open("myfile")
except IOError as e: except IOError as e:
if e.errno == errno.EACCESS: if e.errno == errno.EACCES:
return "some default data" return "some default data"
# Not a permission error. # Not a permission error.
raise raise
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment