Skip to content

Commit 635b11b

Browse files
committed
fix pre-req check
1 parent 04b4262 commit 635b11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/module0/module0-02-are_you_ready.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ format: html
1919
'I have a Python background but have not had very much wrangling experience.': 'We recommend taking this course so that you are familiar with <code>Pandas</code> and have the fundamentals master for our more advanced Data Science courses. Please continue to Module 1.',
2020
'I don’t think this is the right fit for me.': 'That’s ok. If you don’t think this is the right course for you, we hope you find what you are looking for. We still suggest taking a look at what we have to offer in Module 1 before formulating a set opinion.',
2121
},
22-
'Yes! Let’s get this party started!',
22+
['Yes! Let’s get this party started!', 'I have a Python background but have not had very much wrangling experience.'],
2323
);
2424
</script>

0 commit comments

Comments
 (0)