Skip to content

Commit 0ac82ed

Browse files
authored
slight reformat
1 parent f359ba2 commit 0ac82ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ similar to a switch statement in C, Java or JavaScript (and many
289289
other languages), but it's more similar to pattern matching in
290290
languages like Rust or Haskell. Only the first pattern that matches
291291
gets executed and it can also extract components (sequence elements
292-
or object attributes) from the value into variables.
293-
If no case matches, none of the branches is executed.
292+
or object attributes) from the value into variables. If no case matches,
293+
none of the branches is executed.
294294

295295
The simplest form compares a subject value against one or more literals::
296296

0 commit comments

Comments
 (0)