diff --git a/peregrine/samples.py b/peregrine/samples.py index cc5fefc..40c2183 100644 --- a/peregrine/samples.py +++ b/peregrine/samples.py @@ -25,7 +25,7 @@ def load_samples(filename, num_samples=-1, num_skip=0, file_format='piksi'): Number of samples to read, ``-1`` means the whole file. num_skip : int, optional Number of samples to discard from the beginning of the file. - file_format : {'int8'}, optional + file_format : string, optional Format of the sample data file. Takes one of the following values: * `'int8'` : Binary file consisting of a packed array of 8-bit signed integers.