Skip to content

Commit 428dfac

Browse files
committed
Print argument modification
1 parent 58bde1f commit 428dfac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

structural/proxy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class NoTalkProxy(Proxy):
2929
def talk(self):
3030
print("Proxy checking for Sales Manager availability")
3131
time.sleep(0.1)
32-
print("This Sales Manager will not talk to you whether he/she is busy or not")
32+
print("This Sales Manager will not talk to you",
33+
"whether he/she is busy or not")
3334

3435

3536
if __name__ == '__main__':

0 commit comments

Comments
 (0)