diff --git a/docs/guide_cog_creation.rst b/docs/guide_cog_creation.rst index bb033d5746f..1e37cb3eeeb 100644 --- a/docs/guide_cog_creation.rst +++ b/docs/guide_cog_creation.rst @@ -55,7 +55,7 @@ the purposes of this example, we'll call this :code:`mycog`). In this folder, create three files: :code:`__init__.py`, :code:`mycog.py`, and :code:`info.json`. Open the folder in a text editor or IDE (examples include `Sublime Text 3 `_, -`Visual Studio Code `_, `Atom `_, and +`Visual Studio Code `_, and `PyCharm `_). .. attention::