Indentation typo

This commit is contained in:
Simon Chiang
2017-02-24 08:21:52 -07:00
committed by GitHub
parent 2136f4b7cf
commit d1f24121ef
+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