Resolved @samuelshaner comments

This commit is contained in:
Adam Nelson 2016-09-12 19:45:52 -04:00
parent f4731567e1
commit fd69421a5b
2 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View file

@ -91,3 +91,7 @@ docs/source/pythonapi/examples/mgxs
docs/source/pythonapi/examples/tracks
docs/source/pythonapi/examples/fission-rates
docs/source/pythonapi/examples/plots
# VSCode workspace directory
.vscode
.vscode/*

View file

@ -1006,7 +1006,7 @@ class Library(object):
def create_mg_library(self, xs_type='macro', xsdata_names=None):
"""Creates an openmc.MGXSLibrary object to contain the MGXS data for the
Multi-Group mode of OpenMC. Note that this library will not make use
of nested temperature tables. Every dataset in te library will be
of nested temperature tables. Every dataset in the library will be
treated as if it was at the same default temperature.
Parameters
@ -1105,7 +1105,7 @@ class Library(object):
multi-group data. This method only creates a macroscopic
MGXS Library even if nuclidic tallies are specified in the Library.
Note that this library will not make use of nested temperature tables.
Every dataset in te library will be treated as if it was at the same
Every dataset in the library will be treated as if it was at the same
default temperature.
Parameters