Skip to content

Commit 9b0a57b

Browse files
committed
update comment
1 parent 761be89 commit 9b0a57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpythonic/seq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class Getvalue: # singleton sentinel with a nice repr
141141
"""Sentinel; pipe into this to exit a shell-like pipe and return the current value."""
142142
def __new__(cls):
143143
global getvalue
144-
if getvalue is None:
144+
if getvalue is None: # not created yet
145145
getvalue = super().__new__(cls)
146146
return getvalue
147147
def __repr__(self):

0 commit comments

Comments
 (0)