From 573e5c2b4083e3367cafb079134a3d3b14baac3b Mon Sep 17 00:00:00 2001 From: Seaswimmer <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:45:36 -0400 Subject: [PATCH] Docs: remove Atom from the list of recommended editors (#6388) --- docs/guide_cog_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::