Skip to content

Commit 43b7b33

Browse files
Merge pull request #197 from PaulJWright/bug/python_quiz_typos
Minor quiz typos
2 parents e1a29bc + 7235656 commit 43b7b33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

where_is_my_understanding/quizes/numpy_course_skip_quiz.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
]
183183
},
184184
{
185-
"question": "What does the 'numpy.linsapce' function do?",
185+
"question": "What does the 'numpy.linspace' function do?",
186186
"type": "many_choice",
187187
"answers": [
188188
{
@@ -259,4 +259,4 @@
259259
}
260260
]
261261
},
262-
]
262+
]

where_is_my_understanding/quizes/pandas_course_skip_quiz.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
{
29-
"question": "How can you select the 'Age' columns from a dataframe named 'df'?",
29+
"question": "How can you select the 'Age' columns from a DataFrame named df?",
3030
"type": "many_choice",
3131
"answers": [
3232
{
@@ -259,4 +259,4 @@
259259
}
260260
]
261261
}
262-
]
262+
]

0 commit comments

Comments
 (0)