diff --git a/.gitignore b/.gitignore index 724e137038..21db60397c 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/openmc/mgxs/library.py b/openmc/mgxs/library.py index a04ec8c557..f63d773277 100644 --- a/openmc/mgxs/library.py +++ b/openmc/mgxs/library.py @@ -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