Skip to content

Commit bc5518f

Browse files
committed
ugh, terminology
1 parent cd8fda1 commit bc5518f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/readings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Python clearly wants to be an impure-FP language. A decorator with arguments *is
245245
- [pyrsistent: Persistent/Immutable/Functional data structures for Python](https://github.com/tobgu/pyrsistent)
246246

247247
- [pampy: Pattern matching for Python](https://github.com/santinic/pampy) (pure Python, no AST transforms!)
248-
- Note that Python got [native support for pattern matching in 3.10](https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching) using the `match`/`case` statement.
248+
- Note that Python got [native support for pattern matching in 3.10](https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching) using the `match`/`case` construct.
249249

250250
- [List of languages that compile to Python](https://github.com/vindarel/languages-that-compile-to-python) including Hy, a Lisp (in the [Lisp-2](https://en.wikipedia.org/wiki/Lisp-1_vs._Lisp-2) family) that can use Python libraries.
251251

0 commit comments

Comments
 (0)