mesa: fix typo in python scripts

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Roland Scheidegger
2016-01-29 02:58:29 +01:00
parent f0f4259324
commit 116e4dc995
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ def _parse_channels(fields, layout, colorspace, swizzles):
return channels
def parse(filename):
'''Parse the format descrition in CSV format in terms of the
'''Parse the format description in CSV format in terms of the
Channel and Format classes above.'''
stream = open(filename)
+1 -1
View File
@@ -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."""