Skip to content

Commit

Permalink
Fix parenthesis in link
Browse files Browse the repository at this point in the history
Closing parenthesis was not captured as part of link, breaking it.
  • Loading branch information
ageorgou committed Sep 27, 2018
1 parent fc28bc2 commit 0f51020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch00python/00pythons.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can make the script directly executable (on Linux or Mac) by inserting a [hashbang](https://en.wikipedia.org/wiki/Shebang_(Unix)) and [setting the permissions](http://v4.software-carpentry.org/shell/perm.html) to execute."
"We can make the script directly executable (on Linux or Mac) by inserting a [hashbang](https://en.wikipedia.org/wiki/Shebang_(Unix%29) and [setting the permissions](http://v4.software-carpentry.org/shell/perm.html) to execute."
]
},
{
Expand Down

0 comments on commit 0f51020

Please sign in to comment.