Skip to content

Commit d80c4a4

Browse files
fix: typo
1 parent 50a45d3 commit d80c4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/csv-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ with open(file_path, 'w', newline='') as csvfile:
5757
# do something
5858
```
5959

60-
The "do something" block could be replaced with the use of the following functions.
60+
The "do something" block could be replaced with the use of the following functions:
6161
### writer.writerow()
6262
Writes a single row to the CSV file.
6363

0 commit comments

Comments
 (0)