Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7e01b0d

Browse files
author
Martin Patz
committed
add a docstring
1 parent 52d1f5e commit 7e01b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pywal/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def alpha(self):
4545

4646
@property
4747
def alpha_dec(self):
48+
"""Export the alpha value as a decimal number in [0, 1]."""
4849
return int(self.alpha_num) / 100
4950

5051
@property

0 commit comments

Comments
 (0)