diff options
author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2023-08-30 13:16:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 21:16:04 -0700 |
commit | 705324ed2ef588b2885c0b03107b9e30ae358dae (patch) | |
tree | 10ab2fe02afb9e5ef37bf4f8f9828f015c27f700 /continuedev/src | |
parent | a825578fb627c714613108c1c1514a5c09bdcea5 (diff) | |
download | sncontinue-705324ed2ef588b2885c0b03107b9e30ae358dae.tar.gz sncontinue-705324ed2ef588b2885c0b03107b9e30ae358dae.tar.bz2 sncontinue-705324ed2ef588b2885c0b03107b9e30ae358dae.zip |
fix: 🐛 typo in core.py (#429)
Seperate -> Separate
Diffstat (limited to 'continuedev/src')
-rw-r--r-- | continuedev/src/continuedev/plugins/steps/core/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"""\ <file_prefix> |