Skip to content

Commit 637baf6

Browse files
authored
Merge pull request #2124 from sthagen/sthagen-patch-minimal-2113-python-error
Minimal fix for #2113 in upstream repo
2 parents 020101e + b61531b commit 637baf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/scala-for-python-devs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ Those lists are used in the following table, that shows how to apply mapping and
10781078
<tbody>
10791079
<tr>
10801080
<td class="python-block">
1081-
<code>f = lambda x: x if x &gt; 1 else 1
1081+
<code>f = lambda x: x &gt; 1
10821082
<br>x = filter(f, numbers)</code>
10831083
</td>
10841084
</tr>

0 commit comments

Comments
 (0)