Skip to content

Commit b9a431b

Browse files
committed
Fix typo.
1 parent 1baa270 commit b9a431b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circle/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
def load_yaml_file(path):
29-
with file(path, 'r') as stream:
29+
with open(path, 'r') as stream:
3030
text = yaml.load(stream)
3131

3232
return text

0 commit comments

Comments
 (0)