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

This commit is contained in:
Alyssa Ross 2018-07-23 11:48:11 +02:00 committed by Jörg Thalheim
parent 607ae1df1b
commit 9e1e63ce0e

View File

@ -689,7 +689,7 @@ overrides = super: self: rec {
plugins = with availablePlugins; [
(python.withPackages (ps: with ps; [ pycrypto python-dbus ]))
];
}
};
}
</programlisting>
</para>