Docs: spacing

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2022-04-25 18:13:50 +03:00 committed by GitHub
parent bf46c6a648
commit 79e8eba3f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ def getcolor(color, mode):
:param color: A color string
:param mode: Convert result to this mode
:return: ``(graylevel [, alpha]) or (red, green, blue[, alpha])``
:return: ``(graylevel[, alpha]) or (red, green, blue[, alpha])``
"""
# same as getrgb, but converts the result to the given mode
color, alpha = getrgb(color), 255