We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a45d3 commit d80c4a4Copy full SHA for d80c4a4
docs/modules/csv-module.md
@@ -57,7 +57,7 @@ with open(file_path, 'w', newline='') as csvfile:
57
# do something
58
```
59
60
-The "do something" block could be replaced with the use of the following functions.
+The "do something" block could be replaced with the use of the following functions:
61
### writer.writerow()
62
Writes a single row to the CSV file.
63
0 commit comments