Skip to content

Commit

Permalink
Fix docstrings (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Jan 7, 2021
1 parent 1bce612 commit 6b8440e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/multicolored.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _state(self, variable, num):
def run_tests(manager, tests=100):
"""
Simulate a test program
Tests will error (white), fail (red), or succeed (green)
Tests will error (yellow), fail (red), or succeed (green)
"""

terminal = manager.term
Expand Down Expand Up @@ -116,7 +116,7 @@ def run_tests(manager, tests=100):
def load(manager, units=80):
"""
Simulate loading services from a remote node
States are connecting (red), loading(yellow), and loaded (green)
States are connecting (red), loading (yellow), and loaded (green)
"""

pb_connecting = manager.counter(total=units, desc='Loading', unit='services',
Expand Down

0 comments on commit 6b8440e

Please sign in to comment.