Skip to content

Commit d69b98c

Browse files
committed
typo (question mark)
1 parent c1dd668 commit d69b98c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

episodes/09-working-with-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exercises: 25
2323
## Python and SQL
2424

2525
When you open a CSV in python, and assign it to a variable name, you are using
26-
your computers memory to save that variable. Accessing data from a database like
26+
your computer's memory to save that variable. Accessing data from a database like
2727
SQL is not only more efficient, but also it allows you to subset and import only
2828
the parts of the data that you need.
2929

@@ -225,7 +225,7 @@ con.close()
225225
results to their own tables in the portal database.
226226

227227
2. What are some of the reasons you might want to save the results of your queries back into the
228-
database? What are some of the reasons you might avoid doing this.
228+
database? What are some of the reasons you might avoid doing this?
229229

230230
::::::::::::::::::::::: solution
231231

0 commit comments

Comments
 (0)