Permalink
Browse files

fix typo

  • Loading branch information...
1 parent 1719460 commit e8b983ffdb2ec5f743ede8b2945c85b205a99679 @alistairewj alistairewj committed Jan 16, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 tutorials/cohort-selection.ipynb
@@ -151,7 +151,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "Note: in the above we use `LIMIT 10`: this limits our results to only 5 rows. It's nice to include this statement when prototyping as it speeds up queries immensely. Later on when we are doing full data extraction, we would remove this statement.\n",
+ "Note: in the above we use `LIMIT 10`: this limits our results to only 10 rows. It's nice to include this statement when prototyping as it speeds up queries immensely. Later on when we are doing full data extraction, we would remove this statement.\n",
"\n",
"If we are interested in the length of stay for the ICU patients, we can query the `intime` and `outtime` columns, adding in some SQL specific syntax for calculating the difference between two dates."
]

0 comments on commit e8b983f

Please sign in to comment.