Skip to content

Commit c6c3333

Browse files
committed
aligned code with --
1 parent dd3c42d commit c6c3333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/modules/lesson01/activity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and *test_integration.py* files.
2222

2323
::
2424

25-
coverage* run --source=calculator/calculator.py -m unittest test_unit.py;
25+
coverage run --source=calculator/calculator.py -m unittest test_unit.py;
2626

2727

2828
#. Satisfy the linter such that *pylint calculator* gives no errors

0 commit comments

Comments
 (0)