linux: remove double spaces in stallman quote

This commit is contained in:
jkhsjdhjs 2021-12-06 20:07:29 +00:00
parent 5fe240db8b
commit 9ba23e9a29

View File

@ -11,11 +11,11 @@ from . import Plugin
from .utils import re_generator from .utils import re_generator
GNU_LINUX = """I'd Just Like To Interject For A Moment. What you're referring 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, 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 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 another free component of a fully functioning GNU system made useful by the
GNU corelibs, shell utilities and vital system components comprising a full GNU corelibs, shell utilities and vital system components comprising a full
OS as defined by POSIX.""" OS as defined by POSIX."""
class Linux(Plugin): class Linux(Plugin):