This commit is contained in:
AF 2022-11-17 11:32:37 +00:00
parent ec8607093e
commit bece42feb3

View File

@ -89,7 +89,7 @@
"\n",
"Even a dynamically typed language can sometimes, at least, declare types. Python has built-in support for that via annotations.\n",
"\n",
"***prerequisites:** [functions](https://docs.python.org/3/tutorial/controlflow.html#defining-functions)*\n",
"_**prerequisites:** [functions](https://docs.python.org/3/tutorial/controlflow.html#defining-functions)*_\n",
"\n",
"***also mentioned here:** [`match`](https://docs.python.org/3/tutorial/controlflow.html#match-statements)*"
]