Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
21036c0b
Commit
21036c0b
authored
8 years ago
by
Valentina Kiryushkina
Browse files
Options
Download
Email Patches
Plain Diff
EDU-913 Weird course description Fix typo
parent
c7b59642
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/educational-core/src/com/jetbrains/edu/learning/stepic/EduStepicConnector.java
+1
-1
...com/jetbrains/edu/learning/stepic/EduStepicConnector.java
with
1 addition
and
1 deletion
+1
-1
python/educational-core/src/com/jetbrains/edu/learning/stepic/EduStepicConnector.java
+
1
-
1
View file @
21036c0b
...
...
@@ -39,7 +39,7 @@ public class EduStepicConnector {
//this prefix indicates that course can be opened by educational plugin
public
static
final
String
PYCHARM_PREFIX
=
"pycharm"
;
private
static
final
String
ADAPTIVE_NOTE
=
"\n\nInitially, the adaptive system may behave somewhat randomly, but the more problems you solve, the smarter it become!"
;
"\n\nInitially, the adaptive system may behave somewhat randomly, but the more problems you solve, the smarter it become
s
!"
;
private
EduStepicConnector
()
{
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment