From 82df2f50a8e280b22e6ce81e2826c9b189a02b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 7 Dec 2023 16:54:26 +0200 Subject: [PATCH] Update performance.md: remove stray "===" (#8322) --- docs/concepts/performance.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/concepts/performance.md b/docs/concepts/performance.md index bcaecc4f96..3f1d9b52d3 100644 --- a/docs/concepts/performance.md +++ b/docs/concepts/performance.md @@ -88,8 +88,6 @@ model = Model(a=1) done: bool = False ``` -=== - ## Use tagged union, not union Tagged union (or discriminated union) is a union with a field that indicates which type it is.