Skip to content

Commit 8d5b315

Browse files
Merge pull request #2987 from khanhkhanhlele/fix/update2
fix typo update2
2 parents fcd16af + 08f55df commit 8d5b315

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)