From bece42feb39405e76e723a194a3eeb2f7a841187 Mon Sep 17 00:00:00 2001 From: timofey Date: Thu, 17 Nov 2022 11:32:37 +0000 Subject: [PATCH] _ test --- main.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ipynb b/main.ipynb index 5b89e61..308b323 100644 --- a/main.ipynb +++ b/main.ipynb @@ -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)*" ]