8000 fix typo · python/cpython@3b6ca17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b6ca17

Browse files
committed
fix typo
1 parent f05c396 commit 3b6ca17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_largefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_seekable(self):
156156
def skip_no_disk_space(path, required):
157157
def decorator(fun):
158158
def wrapper(*args, **kwargs):
159-
if not hasattr(shutil, "disg_usage"):
159+
if not hasattr(shutil, "disk_usage"):
160160
raise unittest.SkipTest("requires shutil.disk_usage")
161161
if shutil.disk_usage(os.path.realpath(path)).free < required:
162162
hsize = int(required / 1024 / 1024)

0 commit comments

Comments
 (0)
0