Skip to content

Commit 4a65317

Browse files
committed
linux: fix typo
1 parent e976313 commit 4a65317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-linux/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def process_setup_line(line, variant=None):
630630

631631

632632
def build_cpython(client, image, platform, optimized=False, musl=False):
633-
"""Build CPythin in a Docker image'"""
633+
"""Build CPython in a Docker image'"""
634634
python_archive = download_entry('cpython-3.7', BUILD)
635635
setuptools_archive = download_entry('setuptools', BUILD)
636636
pip_archive = download_entry('pip', BUILD)

0 commit comments

Comments
 (0)