Skip to content

Commit 18896aa

Browse files
committed
fix typo
1 parent f369e1d commit 18896aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
def read_file(filename):
99
"""Read a file into a string."""
1010
path = os.path.abspath(os.path.dirname(__file__))
11-
filepath = os.path.ojoin(path, filename)
11+
filepath = os.path.join(path, filename)
1212
try:
1313
return open(filepath).read()
1414
except IOError:

0 commit comments

Comments
 (0)