From 3ad99fb1f4c9f85205d98e33db17858221102f06 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 7 Jan 2026 16:34:56 +0000 Subject: [PATCH] [ty] Fix an mdtest title (#22439) --- .../resources/mdtest/regression/2236_tuple_is_disjoint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ty_python_semantic/resources/mdtest/regression/2236_tuple_is_disjoint.md b/crates/ty_python_semantic/resources/mdtest/regression/2236_tuple_is_disjoint.md index 91f695655e..6fab7cf645 100644 --- a/crates/ty_python_semantic/resources/mdtest/regression/2236_tuple_is_disjoint.md +++ b/crates/ty_python_semantic/resources/mdtest/regression/2236_tuple_is_disjoint.md @@ -1,6 +1,6 @@ -# Tuple pair is assignable to their union +# Disjointness of two types implies that neither is a subtype of the other -Regression test for . +This is a regression test for . ```toml [environment]