Skip to content

Commit 08f55df

Browse files
fix typo update2
1 parent c5d9bf5 commit 08f55df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1 File handle/File handle binary/update2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def update():
1717

1818
for i in S:
1919
if rno == i[0]:
20-
print(f"the currrent name is {i[1]}")
20+
print(f"the current name is {i[1]}")
2121
i[1] = input("enter the new name")
2222
found = True
2323
break

0 commit comments

Comments
 (0)