From 52528b75fbcf17a220e9c5651d7ceb1d3837ebbb Mon Sep 17 00:00:00 2001 From: Mike Macpherson Date: Sat, 1 Feb 2025 10:37:35 -0800 Subject: [PATCH] spelling tweak --- metaflow/_vendor/typeguard/README.md | 2 +- .../typeguard/{_patch_typeguard.sh => patch_typeguard.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename metaflow/_vendor/typeguard/{_patch_typeguard.sh => patch_typeguard.sh} (100%) diff --git a/metaflow/_vendor/typeguard/README.md b/metaflow/_vendor/typeguard/README.md index c63ffe08f7..a472130d76 100644 --- a/metaflow/_vendor/typeguard/README.md +++ b/metaflow/_vendor/typeguard/README.md @@ -10,6 +10,6 @@ ``` sh cp ${TYPEGUARD_DIR}/src/typeguard ${METAFLOW_DIR}/metaflow/_vendor/typeguard cd ${METAFLOW_DIR}/metaflow/_vendor/typeguard -bash ./_patch_typeguard.sh # Updates imports, removes extraneous files. +bash ./patch_typeguard.sh # Updates imports, removes extraneous files. ``` diff --git a/metaflow/_vendor/typeguard/_patch_typeguard.sh b/metaflow/_vendor/typeguard/patch_typeguard.sh similarity index 100% rename from metaflow/_vendor/typeguard/_patch_typeguard.sh rename to metaflow/_vendor/typeguard/patch_typeguard.sh