From 812858cca0fd838ba77511d4a857e178eb109508 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 10 Aug 2015 12:59:04 +0700 Subject: [PATCH] Fix typo in tally-arithmetic notebook --- docs/source/pythonapi/examples/tally-arithmetic.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/pythonapi/examples/tally-arithmetic.ipynb b/docs/source/pythonapi/examples/tally-arithmetic.ipynb index e68aa36d6..64681b424 100644 --- a/docs/source/pythonapi/examples/tally-arithmetic.ipynb +++ b/docs/source/pythonapi/examples/tally-arithmetic.ipynb @@ -725,7 +725,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We have a tally of the total fission rate and the total absorption rate, so we can calculating k-infinity as:\n", + "We have a tally of the total fission rate and the total absorption rate, so we can calculate k-infinity as:\n", "$$k_\\infty = \\frac{\\nu \\Sigma_f \\phi}{\\Sigma_a \\phi}$$" ] },