Skip to content

Commit 79a41c7

Browse files
committed
Retry4
1 parent 049d555 commit 79a41c7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

patterns/other/blackboard.py

+7-4
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,13 @@ def main():
120120
121121
>>> from pprint import pprint
122122
>>> pprint(contributions)
123-
['Student',
124-
'Scientist',
125-
'Student',
126-
'Student',]
123+
['Student',
124+
'Scientist',
125+
'Student',
126+
'Scientist',
127+
'Student',
128+
'Scientist',
129+
'Professor']
127130
"""
128131

129132

0 commit comments

Comments
 (0)