Skip to content

Commit 424d00d

Browse files
Update
1 parent 8fd73db commit 424d00d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/gettingstarted/extension/python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ The `color` plugin is a concise example to start with.
7070
For the sake of minimal boilerplate the mixin behavior is emulated for these methods.
7171
I.e. if you inherit `PluginInstance` and any `Extension`, you do not have to reimplement these methods.
7272

73+
74+
<!--
7375
## Contributing Python plugins
7476
7577
* [Fork the Python plugins repository](https://github.com/albertlauncher/python/fork).
@@ -81,4 +83,5 @@ The `color` plugin is a concise example to start with.
8183
* Open the directory in your favorite IDE (PyCharmCE is a good choice).
8284
* Write your plugin.
8385
* Make sure it is polished (No bugs, few to no warnings, efficient, readable, maintainable, …).
84-
* Commit, push, send a PR.
86+
* Commit, push, send a PR.
87+
-->

0 commit comments

Comments
 (0)