Skip to content

Commit

Permalink
Merge pull request #276 from timgates42/bugfix_typo_remaining
Browse files Browse the repository at this point in the history
docs: fix simple typo, remaning -> remaining
  • Loading branch information
ekalinin authored Dec 30, 2020
2 parents 965fd78 + d5af247 commit 2cc54ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodeenv_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_print_node_versions(cap_logging_info):
assert printed.endswith('\n13.1.0\t13.2.0\t13.3.0\t13.4.0\t13.5.0')
tabs_per_line = [line.count('\t') for line in printed.splitlines()]
# 8 items per line = 7 tabs
# The last line contains the remaning 5 items
# The last line contains the remaining 5 items
assert tabs_per_line == [7] * 60 + [4]


Expand Down

0 comments on commit 2cc54ed

Please # to comment.