fix formatting

This commit is contained in:
Patrick Kanzler 2023-08-10 00:38:25 +02:00
parent d855f28a69
commit b3445b2c6f

View File

@ -440,9 +440,11 @@ if _CUPSPRINT:
"""Simple CUPS printer connector.
.. note::
Requires ``pycups`` which in turn needs the cups development library package:
Requires ``pycups`` which in turn needs the cups development library package:
- Ubuntu/Debian: ``libcups2-dev``
- OpenSuse/Fedora: ``cups-devel``
"""
def __init__(self, printer_name=None, *args, **kwargs):