diff --git a/bot/linux.py b/bot/linux.py index cf9acdd..319bd40 100644 --- a/bot/linux.py +++ b/bot/linux.py @@ -11,11 +11,11 @@ from . import Plugin from .utils import re_generator GNU_LINUX = """I'd Just Like To Interject For A Moment. What you're referring - to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, - GNU plus Linux. Linux is not an operating system unto itself, but rather - another free component of a fully functioning GNU system made useful by the - GNU corelibs, shell utilities and vital system components comprising a full - OS as defined by POSIX.""" +to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, +GNU plus Linux. Linux is not an operating system unto itself, but rather +another free component of a fully functioning GNU system made useful by the +GNU corelibs, shell utilities and vital system components comprising a full +OS as defined by POSIX.""" class Linux(Plugin):