diff options
Diffstat (limited to 'processing')
-rw-r--r-- | processing/chapter.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/processing/chapter.tex b/processing/chapter.tex index 81886c2..baca84c 100644 --- a/processing/chapter.tex +++ b/processing/chapter.tex @@ -128,7 +128,7 @@ It contains a central data ``container'' that is capable of storing all of the i each multidimensional (or one-dimensional) spectra: the \python{Data} class. %
It also defines a \python{Collection} class that contains data objects, collection
objects, and other pieces of metadata in a hierarchical structure. %
-Let's first discuss \mitinline{python}{Data}.
+Let's first discuss \mintinline{python}{Data}.
All spectra are stored within WrightTools as multidimensional arrays. %
Arrays are containers that store many instances of the same data type, typically numerical
|