Skip to content

Commit 2a96f04

Browse files
Update Lib/colorsys.py with let docstring more neater
Co-authored-by: Rihaan Meher <sharktidedev@gmail.com>
1 parent a5db29a commit 2a96f04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/colorsys.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
# The ones in this library uses constants from the FCC version of NTSC.
3939

4040
def rgb_to_yiq(r, g, b):
41-
"""Convert RGB to YIQ.
41+
"""
42+
Convert RGB to YIQ.
4243
4344
r, g, b are in [0, 1].
4445
Return (y, i, q) where y is in [0, 1].

0 commit comments

Comments
 (0)