summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-20 15:47:23 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commita8e2daa294ab446a31480751d0fe0e9108df6753 (patch)
tree9d2e74766203e66a40a124aee5e78ca21760bf46
parent51dacc4c6a93c2d9d05a2a20c782790b3728ed83 (diff)
downloadlibpeas-a8e2daa294ab446a31480751d0fe0e9108df6753.tar.gz
libpeas: update docs to use python as loader name
-rw-r--r--libpeas/peas-plugin-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpeas/peas-plugin-info.c b/libpeas/peas-plugin-info.c
index 9bfb749..78dc2fe 100644
--- a/libpeas/peas-plugin-info.c
+++ b/libpeas/peas-plugin-info.c
@@ -53,7 +53,7 @@
* [Plugin]
* Module=helloworld
* Depends=foo;bar;baz
- * Loader=python3
+ * Loader=python
* Name=Hello World
* Description=Displays "Hello World"
* Authors=Steve Frécinaux &lt;code@istique.net&gt;