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

Remove hard coded print string and changed quotes #469

Merged
merged 1 commit into from
Feb 14, 2018

Conversation

FelixLiu-SF
Copy link
Contributor

The print string for the if statement was coded to 53, and can cause confusion in my opinion. I changed to concatenate the num variable which is consistent with the rest of the lesson. I also updated some double-quote string to single-quote strings for better consistency.

Please delete the text below before submitting your contribution.


Thanks for contributing! If this contribution is for instructor training, please send an email to checkout@carpentries.org with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.

Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact Kate Hertweck (k8hertweck@gmail.com).


The print string for the if statement was coded to 53, and can cause confusion in my opinion. I changed to concatenate the num variable which is consistent with the rest of the lesson. I also updated some double-quote string to single-quote strings for better consistency.
@annefou annefou merged commit 70a740e into swcarpentry:gh-pages Feb 14, 2018
fmichonneau pushed a commit to fmichonneau/python-novice-inflammation that referenced this pull request Oct 13, 2020
```
cd assets/js
wget https://code.jquery.com/jquery-3.5.1.min.js
wget https://code.jquery.com/jquery-3.5.1.min.map
mv -f jquery-3.5.1.min.js jquery.min.js
mv -f jquery-3.5.1.min.map jquery.min.map
```

Fixes carpentries/styles#460
maxim-belkin added a commit that referenced this pull request Oct 23, 2020
```
cd assets/js
wget https://code.jquery.com/jquery-3.5.1.min.js
wget https://code.jquery.com/jquery-3.5.1.min.map
mv -f jquery-3.5.1.min.js jquery.min.js
mv -f jquery-3.5.1.min.map jquery.min.map
```

Fixes carpentries/styles#460
zkamvar pushed a commit that referenced this pull request Apr 21, 2023
Remove hard coded print string and changed quotes
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