From 17a019b450d64b5c06171852d4a47cc24d4ec948 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 3 Feb 2020 19:01:17 +0000 Subject: [PATCH] Neaten comment --- cibuildwheel/__main__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cibuildwheel/__main__.py b/cibuildwheel/__main__.py index c394a9d9..b37e05a3 100644 --- a/cibuildwheel/__main__.py +++ b/cibuildwheel/__main__.py @@ -170,7 +170,9 @@ def main(): pinned_docker_images.read(pinned_docker_images_file) # pinned_docker_images looks like a dict of dicts, e.g. - # { 'manylinux2010': {'x86_64': 'url.to/docker/image', 'i686': ...}} + # { 'manylinux1': {'x86_64': '...', 'i686': '...'}, + # 'manylinux2010': {'x86_64': '...', 'i686': '...'}, + # 'manylinux2014': {'x86_64': '...', 'i686': '...'} } manylinux_images = {}