diff options
author | John Wright <wright@chem.wisc.edu> | 2018-04-04 12:08:57 -0500 |
---|---|---|
committer | John Wright <wright@chem.wisc.edu> | 2018-04-04 12:08:57 -0500 |
commit | a556dba6d7b956ab6469916d886dfeea8dcc2932 (patch) | |
tree | 671b720ad36d5a5549a1bf6653ea01dfb4bfb4ba /processing | |
parent | dc15adadcb2b7560d982c3aee0ef319b50d9d362 (diff) |
little warning fixes
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
|