fix(seautils): removed some text from the rfc docstring
This commit is contained in:
parent
7207cd3747
commit
4f25e3d0f3
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ class SeaUtils(commands.Cog):
|
|||
"""Retrieve the text of an RFC document.
|
||||
|
||||
This command uses the [RFC Editor website](https://www.rfc-editor.org/) to fetch the text of an RFC document.
|
||||
`number` refers to the number of the RFC document you wish to retrieve.
|
||||
Modified excerpt from [Wikipedia](https://en.wikipedia.org/wiki/Request_for_Comments):
|
||||
>>> A Request for Comments (RFC) is a publication in a series from the principal technical development and standards-setting bodies for the [Internet](https://en.wikipedia.org/wiki/Internet), most prominently the [Internet Engineering Task Force](https://en.wikipedia.org/wiki/Internet_Engineering_Task_Force).
|
||||
An RFC is authored by individuals or groups of engineers and [computer scientists](https://en.wikipedia.org/wiki/Computer_scientist) in the form of a [memorandum](https://en.wikipedia.org/wiki/Memorandum) describing methods, behaviors, research, or innovations applicable to the working of the Internet and Internet-connected systems.
|
||||
|
|
Loading…
Reference in a new issue