gh-68335: Documenting csv dialect defaults - #96842
Conversation
There was a problem hiding this comment.
Dialects and Formatting Parameters section needs some work also.
EDIT: The reason the new text seems out of place (see above and resolved comment) is because it is. The original author,Brandon Milam ( jbmilam) of csv_dialect_doc_clarify.patch: "Document clarification" put it at the end of the first paragraph of the Dialects and Formatting Parameters section, as said in #68335 (comment), not at the end of the first paragraph of the class Dialect entry.
I am closing this and starting over.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Adding documentation for the default dialect used by
csv- starting from where #25989 (comment) left off.