Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a791001

Browse files
committedMay 3, 2023
https://github.com/jetbrains-academy/introduction_to_python/issues/188
1 parent 0df2680 commit a791001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Introduction/Comments/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ same line as a statement. Inline comments should be separated by at least two sp
2828

2929
You can read more about proper commenting in <a href="https://www.python.org/dev/peps/pep-0008/#comments">PEP 8 – Style Guide for Python Code</a>.
3030

31-
You can also comment a line or a block of code if you don't want to delete it it's not needed it at the moment.
31+
You can also comment a line or a block of code if you don't want to delete it, but it's not needed at the moment.
3232

3333
### Task
3434
In the code editor, comment the line with the `print` statement that says it should not be printed.

0 commit comments

Comments
 (0)
Please sign in to comment.