You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/gettingstarted/extension/python.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,12 @@ To get a high level overview of common concepts of the API refer to the [general
18
18
## The Albert stub file
19
19
20
20
The Albert Python interface is defined in the [**Albert Python stub file**](https://github.com/albertlauncher/plugins/blob/main/python/albert.pyi).
21
-
This file serves as documentation for the embedded `albert` module, and its module docstring describes the interface that makes a Python module an Albert Python plugin.
21
+
This file serves as documentation for the embedded `albert` module
22
+
and its module docstring describes the interface that makes a Python module an Albert Python plugin.
22
23
23
-
The stub file is written to your *user Python plugin directory*.
24
+
The stub file is written to your *user Python plugin directory* at runtime.
24
25
This is also where you are supposed to put your personal plugins.
25
-
There the stub file serves as inline documention and coding assistance in your IDE while developing plugins.
26
+
There the stub file serves as inline documentation and coding assistance in your IDE while developing plugins.
0 commit comments