Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stanfordpython/course-reader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stanfordpython/course-reader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: code-formatting-consistency
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 23, 2020

  1. Updated STYLE.md for code formatting consistency

    The prior style reference re: printing code output seemed inconsistent; especially in cases where multiple functions are within a single code block, it may at times be nonobvious whether the commented output refers to the function above (correct), or below (incorrect). This new code formatting reduces this ambiguity and is more consistent with the expression output syntax.
    cooper-mj authored Aug 23, 2020
    Configuration menu
    Copy the full SHA
    5d9e7b0 View commit details
    Browse the repository at this point in the history
  2. Removing the changes about two spaces offsetting the return value

    Not sure how, but it looks like they made it into this PR anyways. I'll
    leave it to @cooper-mj to update the print statement things we discussed.
    parthsarin committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    7768886 View commit details
    Browse the repository at this point in the history
Loading