Skip to content

Commit f5c5703

Browse files
committed
Spelling fixes for 06 and 07
1 parent 55041eb commit f5c5703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

06-transmutation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"# Transmutation\n",
1515
"\n",
16-
"As of v0.3, PyNE has a nascent support for native transmutation. The only implementation right now is a recurssive chain solver, though we envision a suite of tools. To enable this future vision each solver will have a `Transmute` class which has a `transmute()` method. Though this may seem like extra work from the users perspective, it enables rapid speedups by pre-loading cross section data and/or pre-computing decay chains. \n",
16+
"As of v0.3, PyNE has a nascent support for native transmutation. The only implementation right now is a recursive chain solver, though we envision a suite of tools. To enable this future vision each solver will have a `Transmute` class which has a `transmute()` method. Though this may seem like extra work from the users perspective, it enables rapid speedups by pre-loading cross section data and/or pre-computing decay chains. \n",
1717
"\n",
1818
"The `transmute()` method accepts a material, as well as other parameters. "
1919
]

07-mesh-basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"cell_type": "markdown",
8484
"metadata": {},
8585
"source": [
86-
"We access volume elements (`ve`) on the mesh through a volume element index (`ve_idx`). This index is a unique integer `i` that gives a sort ordering to an otherwise unorder mesh. The volume element index is defined on the range from 0 (inclusive) to the number of volumes in the mesh (exclusive). You may access a volume element's material through the `mats` attribute and indexing with `i`."
86+
"We access volume elements (`ve`) on the mesh through a volume element index (`ve_idx`). This index is a unique integer `i` that gives a sort ordering to an otherwise unordered mesh. The volume element index is defined on the range from 0 (inclusive) to the number of volumes in the mesh (exclusive). You may access a volume element's material through the `mats` attribute and indexing with `i`."
8787
]
8888
},
8989
{

0 commit comments

Comments
 (0)