Proofing module2: finalizing my edits #17
Closed
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.
Itertools.ipynb
L8: memory-efficient is a single descriptor
L10: ad a comma
L79: version
Scope
L160: 🙄 apparently I saved the file without modifying anything, which updated the version...consistency update!
SequenceTypes.ipynb
L16: built into
L26: round-brackets? Really? They're parentheses. I have never heard anybody use the term "round bracket" in my life.
L49: remove the
python
hint at syntax highlighting because it doesn't work in a callout box and just unnecessarily adds the word 'python' which is confusingL188/189: add a period
L198/199: first entry in a sequence, not into a sequence
L215/216: proper capitalization on NumPy for consistency
L258/259: the number 0 isn't even in
x
...L274/275: I would say we index into a sequence; we don't index it. That sounds like we're cataloging the sequence.
L285-287/286-288: colons instead of commas since we're defining things for the first two; remove the hyphen on the third
L319/320: make use the default sounds real weird. Use the default is fine.
L333/334: start and stop values will change, not changed
L348/349: start, stop, and step; we don't have multiple stop values
L389/390-391: we should define
x
if we're going to use itL408/410: source of errors
L430/432: You can't get a list from a tuple by slicing it
L453/455: add commas to those tuples
L553/555: version
Variables_and_Assignment.ipynb
L17: caveman Ryan "want write code" -- everybody else wants to write code
L19: assign objects to variables
L21-22: same as L19
L24: assign objects to variables
L133: remove awkward comma
L136: remove the word 'to' because we assign y the integer 2 or we assign 2 to y
L145: same as L136
L163: properly stylize NumPy
L209: version