doc string corretion (#1944)

Administrative merge: Travis CI failed due to docs issue, see #1957
This commit is contained in:
Michael H 2018-07-24 20:33:17 -04:00 committed by Kowlin
parent a555eff2cc
commit f8a36885fe

View File

@ -84,7 +84,7 @@ class Dev:
author - command author's member object author - command author's member object
message - the command's message object message - the command's message object
discord - discord.py library discord - discord.py library
commands - discord.py commands extension commands - redbot.core.commands
_ - The result of the last dev command. _ - The result of the last dev command.
""" """
env = { env = {
@ -138,7 +138,7 @@ class Dev:
author - command author's member object author - command author's member object
message - the command's message object message - the command's message object
discord - discord.py library discord - discord.py library
commands - discord.py commands extension commands - redbot.core.commands
_ - The result of the last dev command. _ - The result of the last dev command.
""" """
env = { env = {