Fix typo in comment
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
69471b8e8d
commit
d79d955fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -1375,7 +1375,7 @@ def computeGradientBucketKey(grad):
|
||||||
stopKey = stop.getAttribute(attr)
|
stopKey = stop.getAttribute(attr)
|
||||||
subKeys.append(stopKey)
|
subKeys.append(stopKey)
|
||||||
|
|
||||||
# Use a raw ASCII "record seperator" control character as it is
|
# Use a raw ASCII "record separator" control character as it is
|
||||||
# not likely to be used in any of these values (without having to
|
# not likely to be used in any of these values (without having to
|
||||||
# be escaped).
|
# be escaped).
|
||||||
return "\x1e".join(subKeys)
|
return "\x1e".join(subKeys)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue