diff --git a/python/edu/learn-python/src/com/jetbrains/python/edu/StudyInstructionPainter.java b/python/edu/learn-python/src/com/jetbrains/python/edu/StudyInstructionPainter.java index 4fa323172bcc..b78111b442c8 100644 --- a/python/edu/learn-python/src/com/jetbrains/python/edu/StudyInstructionPainter.java +++ b/python/edu/learn-python/src/com/jetbrains/python/edu/StudyInstructionPainter.java @@ -33,7 +33,7 @@ public class StudyInstructionPainter extends EditorEmptyTextPainter { painter.appendLine("Reset current task file with Ctrl + Shift + X").smaller().withBullet(); painter.appendLine("Check task with Alt + Ctrl + Enter").smaller().withBullet(); painter.appendLine("Get hint for the task window using Ctrl + 7").smaller().withBullet(); - painter.appendLine("To see your progress open the 'Course Description' panel").smaller().withBullet(); + painter.appendLine("To see your progress, open the 'Course Description' panel").smaller().withBullet(); painter.draw(g, new PairFunction>() { @Override public Couple fun(Integer width, Integer height) {