From 9ba23e9a2990995933e4cdb86b14cc713cfa891d Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Mon, 6 Dec 2021 20:07:29 +0000 Subject: [PATCH] linux: remove double spaces in stallman quote --- bot/linux.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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):