Skip to content

Update sample code to give expected output #318

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

Closed
wants to merge 1 commit into from

Conversation

shane-lawson
Copy link

@shane-lawson shane-lawson commented Mar 9, 2018

Fixes #317.

The change in line 97 is because the 0th iteration of the for loop
would print on the same line as the column headers, the newline
vs. tab means this starts on line below the headers.

The change in line 103 is because the header "NO FORMAT"
extends past the first indent position, causing the outputs to
line up immediately under incorrect columns headers, and only
with much care does one avoid the mistake of reading the
wrong column based on the header.

The change in line 22 is to set the text as code in the display.

The change in line 97 is because the 0th iteration of the `for` loop 
would print on the same line as the column headers, the newline 
vs. tab means this starts on line below the headers.

The change in line 103 is because the header "NO FORMAT" 
extends past the first indent position, causing the outputs to 
line up immediately under incorrect columns headers, and only 
with much care does one avoid the mistake of reading the 
wrong column based on the header.

The change in line 22 is to set the text as code in the display.
@SimonePDA
Copy link

Verified the update and it prints well.

Thank you!

@SimonePDA SimonePDA closed this Mar 28, 2018
@shane-lawson shane-lawson mentioned this pull request Mar 31, 2018
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