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

Update episode 9 double-quotes to single-quotes #857

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

troub1
Copy link
Contributor

@troub1 troub1 commented Jul 17, 2020

to improve consistency in style. Issue #854

to improve consistency in style.
Copy link
Contributor

@ldko ldko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your single quotes look right to me! Thanks again, Steven!

@@ -65,7 +65,7 @@ IndexError Traceback (most recent call last)
----> 8 favorite_ice_cream()

<ipython-input-1-70bd89baa4df> in favorite_ice_cream()
4 "vanilla", "strawberry"
4 'vanilla', 'strawberry'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of scope of this PR, but your change draws attention to the alignment/line numbers not being accurate in this error output. I will open an issue for this.

@ldko ldko merged commit e21e87e into swcarpentry:gh-pages Jul 21, 2020
zkamvar pushed a commit that referenced this pull request Apr 21, 2023
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