Editorial tweaks + how to print a given element of a dictionary#102
Merged
bmispelon merged 2 commits intoDjangoGirls:masterfrom Aug 8, 2014
Merged
Editorial tweaks + how to print a given element of a dictionary#102bmispelon merged 2 commits intoDjangoGirls:masterfrom
bmispelon merged 2 commits intoDjangoGirls:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
It should be "how will we achieve it" here. You mind fixing that too?
Contributor
|
This is some seriously awesome feedback, thanks for taking the time to fix this. I've left a few minor comments. If you can fix those, I'll be happy to press the big shiny green "merge" button :) Thanks again! |
Contributor
|
To include the fix as part of the pull request, just make the changes on your computer then make a commit and push it back to github. This should automatically update the pull request and even hide my comments (github is smart enough to detect that my comments are outdated). |
bmispelon
added a commit
that referenced
this pull request
Aug 8, 2014
Editorial tweaks + how to print a given element of a dictionary
Contributor
|
Dziękuję bardzo! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just a bunch of editorial tweaks really. I've also added an example how to print a given element of a dictionary.