doc: add missing semicolon to weechat example (#44003)

This commit is contained in:
Alyssa Ross
2018-07-23 10:48:11 +01:00
committed by Jörg Thalheim
parent 607ae1df1b
commit 9e1e63ce0e
+1 -1
View File
@@ -689,7 +689,7 @@ overrides = super: self: rec {
plugins = with availablePlugins; [
(python.withPackages (ps: with ps; [ pycrypto python-dbus ]))
];
}
};
}
</programlisting>
</para>