From a556dba6d7b956ab6469916d886dfeea8dcc2932 Mon Sep 17 00:00:00 2001 From: John Wright Date: Wed, 4 Apr 2018 12:08:57 -0500 Subject: little warning fixes --- processing/chapter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'processing') 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 -- cgit v1.2.3