Commit 4c4692a2 authored by Ekaterina Tuzova's avatar Ekaterina Tuzova
Browse files

PY-28825 Wrong help topic ID for Jupyter Notebook run configuration

parent 2d813ea5
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -32,7 +32,7 @@ public class IpnbRunConfigurationType implements ConfigurationType {
@NotNull
public String getId() {
return "Python.Ipnb";
return "JupiterNotebook";
}
public ConfigurationFactory[] getConfigurationFactories() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment