mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
mesa: fix typo in python scripts
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
f0f4259324
commit
116e4dc995
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue