Skip to content

Commit 5c45b35

Browse files
author
Nisanur Bulut
committed
updated readme and written book.py class
1 parent e5beb18 commit 5c45b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SayHiPython/Book.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def __init__(self, name, author, publish_date):
44
self.author = author
55
self.publish_date = publish_date
66

7-
def change_publish_date(self, publish_date):
7+
def change_publish_date(self, new_publish_date):
88
self.publish_date = new_publish_date
99

1010
def change_name(self, new_name):

0 commit comments

Comments
 (0)