Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parsecsv: fix '\0' being displayed as '0' in docs #15086

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

Jjp137
Copy link
Contributor

@Jjp137 Jjp137 commented Jul 27, 2020

The backslash is an escape character in reST, so to create the intended output, the backslash needs to be written twice in a row.

@Araq Araq merged commit a62bc55 into nim-lang:devel Jul 27, 2020
@Jjp137 Jjp137 deleted the jjp-parsecsv-docfix branch July 27, 2020 23:28
narimiran pushed a commit that referenced this pull request Jul 29, 2020
narimiran pushed a commit that referenced this pull request Jul 29, 2020
mildred pushed a commit to mildred/Nim that referenced this pull request Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants