Skip to content

Commit 008a414

Browse files
authored
Remove redundant comma to improve flow
1 parent 82afbef commit 008a414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default ({ lang = 'en' }) => {
3030
Welcome to DSCI 011!
3131
This course is part of ABC's Mid-Careers Learning program
3232
and will teach you how to conduct data analysis in Python.
33-
During the course,
33+
During the course
3434
you will work with powerful Python packages made for data-science,
3535
including Pandas for processing tabular data,
3636
Altair for interactive data visualization and NumPy for working with numerical data types.

0 commit comments

Comments
 (0)