From 22ba00bb4619787fe2892dd89286a5052f44f821 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 27 Jun 2022 19:32:35 +0100 Subject: [PATCH] Fix missing rename --- cibuildwheel/oci_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuildwheel/oci_container.py b/cibuildwheel/oci_container.py index 2d79720f..3550a88c 100644 --- a/cibuildwheel/oci_container.py +++ b/cibuildwheel/oci_container.py @@ -30,7 +30,7 @@ class OCIContainer: back to cibuildwheel. Example: - >>> from cibuildwheel.docker_container import * # NOQA + >>> from cibuildwheel.oci_container import * # NOQA >>> from cibuildwheel.options import _get_pinned_container_images >>> image = _get_pinned_container_images()['x86_64']['manylinux2014'] >>> # Test the default container