Skip to content

Commit 629a64c

Browse files
committed
More minor wording changes in Quantities tutorial
1 parent 4eccd40 commit 629a64c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/Quantities/Quantities.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"cell_type": "markdown",
288288
"metadata": {},
289289
"source": [
290-
"Now for the actual mass calculation. If a galaxy is pressure-supported (for example, and elliptical or dwarf spheroidal galaxy), its mass within the stellar extent can be estimated using a straightforward formula: $M_{1/2}=4\\sigma^2 R_{eff}/G$. There are caveats to the use of this formula for science - see Wolf et al. 2010 for details. For demonstrating `Quantity`, just accept that this is often good enough. For the calculation we can just multiply the quantities together, and `astropy` will keep track of the units."
290+
"Now for the actual mass calculation. If a galaxy is pressure-supported (for example, an elliptical or dwarf spheroidal galaxy), its mass within the stellar extent can be estimated using a straightforward formula: $M_{1/2}=4\\sigma^2 R_{eff}/G$. There are caveats to the use of this formula for science - see Wolf et al. 2010 for details. For demonstrating `Quantity`, just accept that this is often good enough. For the calculation we can just multiply the quantities together, and `astropy` will keep track of the units."
291291
]
292292
},
293293
{
@@ -970,7 +970,7 @@
970970
"cell_type": "markdown",
971971
"metadata": {},
972972
"source": [
973-
"The funding agency is impressed at your resolution, and your instrument is saved. You now go on to win the Nobel Prize due to discoveries the instrument makes. And it was all because you used `Quantity` as the input of code you shared."
973+
"The funding agency is impressed at the resolution you achieved, and your instrument is saved. You now go on to win the Nobel Prize due to discoveries the instrument makes. And it was all because you used `Quantity` as the input of code you shared."
974974
]
975975
}
976976
],

0 commit comments

Comments
 (0)