Skip to content

Update README.rst #14

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

Merged
merged 1 commit into from
Jan 28, 2018
Merged

Update README.rst #14

merged 1 commit into from
Jan 28, 2018

Conversation

UnknownError55
Copy link
Contributor

In the example code:

  1. D2 was imported twice as a typo. D3 was meant to be imported in place of the mistaken second import of D2.
  2. time.sleep(2) on the last line was mistakenly tabbed out of the scope of the infinite loop. The code would thus be unreachable making the command of filling the screen with blue too fast.

In the example code:
1. `D2` was imported twice as a typo. `D3` was meant to be imported in place of the mistaken second import of `D2`.
2. `time.sleep(2)` on the last line was mistakenly tabbed out of the scope of the infinite loop. The code would thus be unreachable making the command of filling the screen with blue too fast.
@kattni kattni merged commit d47e0cc into adafruit:master Jan 28, 2018
tannewt pushed a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Jan 28, 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.

3 participants