diff options
| author | Blaise Thompson <blaise@untzag.com> | 2018-04-05 08:11:15 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2018-04-05 08:11:15 -0500 | 
| commit | 57cc38f603b5145185d67b36bb3138cdaa5b4cf9 (patch) | |
| tree | ed11dc8bbbaec5454b953bc3baecb397a13dacbb /processing | |
| parent | 5c0cd9524716e91bfce3386cf13f29236c56568e (diff) | |
| parent | ba8235a76c56f6fba6eb9919f3a64054f17fe79d (diff) | |
Merge branch 'jcw'
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
 | 
