Skip to content

Commit 16b58c2

Browse files
committed
more fixing the output
1 parent 959da5f commit 16b58c2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

standard/patterns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,10 @@ When a *pattern* is used with `is`, any pattern operators in that *pattern* have
601601
> The output produced is
602602
>
603603
> ```console
604-
> True
605-
> True
606-
> False
607-
> True
604+
> obj (5), flag (true): obj is int or string && flag: True
605+
> obj (5), flag (true): obj is int || obj is string && flag: True
606+
> obj (5), flag (false): obj is int or string && flag: False
607+
> obj (5), flag (false): obj is int || obj is string && flag: True
608608
> ```
609609
>
610610
>

0 commit comments

Comments
 (0)