diff options
author | Roland Scheidegger <[email protected]> | 2016-01-29 02:58:29 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2016-02-02 05:58:19 +0100 |
commit | 116e4dc995af27e5fbd218240785fc4422feeb1c (patch) | |
tree | a06c32006f51d5edd1843cfe4cff7f438f8cdf48 /src/mesa | |
parent | f0f4259324382d3f11131a7acca8c1ca82868f67 (diff) |
mesa: fix typo in python scripts
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa')
-rwxr-xr-x | src/mesa/main/format_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/format_parser.py b/src/mesa/main/format_parser.py index 799b14f0b1c..a29f20754a8 100755 --- a/src/mesa/main/format_parser.py +++ b/src/mesa/main/format_parser.py @@ -532,7 +532,7 @@ def _parse_channels(fields, layout, colorspace, swizzle): return channels def parse(filename): - """Parse a format descrition in CSV format. + """Parse a format description in CSV format. This function parses the given CSV file and returns an iterable of channels.""" |