Skip to content

Commit

Permalink
Docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Aug 14, 2018
1 parent 65022c6 commit 26938cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/notebooks/Simple FCS example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"# Simple FCS example\n",
"\n",
"> This notebook shows howto compute and fit an FCS curve\n",
"> using [`pycorrelate`](https://readthedocs.org/projects/pycorrelate/).\n",
"> using [pycorrelate](https://readthedocs.org/projects/pycorrelate/).\n",
"\n",
"## Initial imports"
]
Expand Down Expand Up @@ -338,8 +338,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The flatness of the residual indicates a good fit. You can extent this example \n",
"to more complex models, by changing the fitting function as needed."
"The flatness of the residual indicates a good fit. \n",
"By changing the fitting function defined above (`diffusion_2d`), \n",
"you can extent this example to more complex models."
]
}
],
Expand Down

0 comments on commit 26938cc

Please sign in to comment.