Skip to content

Commit

Permalink
[Docs] Fix formatting (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
fixator10 committed Apr 25, 2020
1 parent 9658e1e commit 63c50aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/instantcommands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Can I use Config in my command?
Yes you can. The :class:`~redbot.core.Config` module is already imported,
you just need to use it as in a cog.

..tip:: Here's an example
.. tip:: Here's an example

.. code-block:: python
Expand Down Expand Up @@ -297,4 +297,4 @@ You can import your modules outside the function as you wish.
async def command(ctx):
# your code
return command
return command

0 comments on commit 63c50aa

Please sign in to comment.