Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 4f6d79f

Browse files
authored
Merge pull request #169 from stjaco62/main
Typo in link repaired
2 parents 352c324 + 95c620c commit 4f6d79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/week_6/week_6_unit_2_importlibraries_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"In the example above, the functions [sin()](https://docs.python.org/3/library/math.html#math.sin),\n",
8787
"[cos()](https://docs.python.org/3/library/math.html#math.cos) and\n",
8888
"[pow()](https://docs.python.org/3/library/math.html#math.pow) are used to calculate the\n",
89-
"[Pythagorean Identity](ttps://en.wikipedia.org/wiki/Pythagorean_trigonometric_identity) $(sin(x))^2 + (cos(x))^2 = 1$. Of course it would also be possible to use `**` instead of the `pow()` function.\n",
89+
"[Pythagorean Identity](https://en.wikipedia.org/wiki/Pythagorean_trigonometric_identity) $(sin(x))^2 + (cos(x))^2 = 1$. Of course it would also be possible to use `**` instead of the `pow()` function.\n",
9090
"The `pow()` function was used here to show an additional function from the `math` library.\n",
9191
"\n",
9292
"## Partially importing libraries\n",

0 commit comments

Comments
 (0)