From 705324ed2ef588b2885c0b03107b9e30ae358dae Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 30 Aug 2023 13:16:04 +0900 Subject: fix: 🐛 typo in core.py (#429) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seperate -> Separate --- continuedev/src/continuedev/plugins/steps/core/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'continuedev/src') diff --git a/continuedev/src/continuedev/plugins/steps/core/core.py b/continuedev/src/continuedev/plugins/steps/core/core.py index 212746f4..17b325ab 100644 --- a/continuedev/src/continuedev/plugins/steps/core/core.py +++ b/continuedev/src/continuedev/plugins/steps/core/core.py @@ -334,7 +334,7 @@ class DefaultModelEditCodeStep(Step): self, file_prefix: str, contents: str, file_suffix: str, sdk: ContinueSDK ) -> str: if contents.strip() == "": - # Seperate prompt for insertion at the cursor, the other tends to cause it to repeat whole file + # Separate prompt for insertion at the cursor, the other tends to cause it to repeat whole file prompt = dedent( f"""\ -- cgit v1.2.3-70-g09d2