From d77655240e8449668e71edc66fec78cff820618e Mon Sep 17 00:00:00 2001 From: Ekaterina Tuzova Date: Fri, 24 Oct 2014 15:58:46 +0400 Subject: [PATCH] typo --- .../src/com/jetbrains/python/edu/StudyInstructionPainter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {