Skip to content

Commit 3370c84

Browse files
committed
fix(case_study): resolve unterminated string literal
1 parent d7a0035 commit 3370c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/case_study.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can download a copy of this data here:
7878

7979
```{python}
8080
raw_data = import_patient_data(
81-
"../examples/python_package/data/patient_data.csv
81+
"../examples/python_package/data/patient_data.csv"
8282
)
8383
raw_data
8484
```

0 commit comments

Comments
 (0)