Merge pull request #800 from thinkerbot/patch-1

Indentation typo
This commit is contained in:
2017-03-10 11:45:39 -05:00
committed by GitHub
+1 -1
View File
@@ -633,7 +633,7 @@ with the class approach:
class CustomOpen(object):
def __init__(self, filename):
self.file = open(filename)
self.file = open(filename)
def __enter__(self):
return self.file