Skip to content

Commit e817643

Browse files
authored
Merge pull request rougier#62 from kazh98/master
Change "exercices" to "exercises"
2 parents c498107 + 32a1acf commit e817643

6 files changed

Lines changed: 6 additions & 6 deletions

100 Numpy exercises no solution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# 100 numpy exercises\n",
88
"\n",
9-
"This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow and in the numpy documentation. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercices for those who teach.\n",
9+
"This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow and in the numpy documentation. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercises for those who teach.\n",
1010
"\n",
1111
"\n",
1212
"If you find an error or think you've a better way to solve some of them, feel free to open an issue at <https://github.com/rougier/numpy-100>"

100 Numpy exercises no solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This is a collection of exercises that have been collected in the numpy mailing
55
list, on stack overflow and in the numpy documentation. I've also created some
66
to reach the 100 limit. The goal of this collection is to offer a quick
7-
reference for both old and new users but also to provide a set of exercices for
7+
reference for both old and new users but also to provide a set of exercises for
88
those who teach.
99

1010
If you find an error or think you've a better way to solve some of them, feel

100 Numpy exercises with hint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# 100 numpy exercises with hint\n",
88
"\n",
9-
"This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow and in the numpy documentation. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercices for those who teach.\n",
9+
"This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow and in the numpy documentation. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercises for those who teach.\n",
1010
"\n",
1111
"\n",
1212
"If you find an error or think you've a better way to solve some of them, feel free to open an issue at <https://github.com/rougier/numpy-100>"

100 Numpy exercises with hint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This is a collection of exercises that have been collected in the numpy mailing
55
list, on stack overflow and in the numpy documentation. I've also created some
66
to reach the 100 limit. The goal of this collection is to offer a quick
7-
reference for both old and new users but also to provide a set of exercices for
7+
reference for both old and new users but also to provide a set of exercises for
88
those who teach.
99

1010
If you find an error or think you've a better way to solve some of them, feel

100 Numpy exercises.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# 100 numpy exercises\n",
88
"\n",
9-
"This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow and in the numpy documentation. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercices for those who teach.\n",
9+
"This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow and in the numpy documentation. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercises for those who teach.\n",
1010
"\n",
1111
"\n",
1212
"If you find an error or think you've a better way to solve some of them, feel free to open an issue at <https://github.com/rougier/numpy-100>"

100 Numpy exercises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# 100 numpy exercises
33

4-
This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow and in the numpy documentation. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercices for those who teach.
4+
This is a collection of exercises that have been collected in the numpy mailing list, on stack overflow and in the numpy documentation. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercises for those who teach.
55

66

77
If you find an error or think you've a better way to solve some of them, feel free to open an issue at <https://github.com/rougier/numpy-100>

0 commit comments

Comments
 (0)