소스 검색

chore: update client.py (#3542)

occurence -> occurrence
Ikko Eltociear Ashimine 1 년 전
부모
커밋
87cc28beca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      openhands/runtime/client/client.py

+ 1 - 1
openhands/runtime/client/client.py

@@ -210,7 +210,7 @@ class RuntimeClient:
     def _get_bash_prompt_and_update_pwd(self):
         ps1 = self.shell.after
 
-        # begin at the last occurence of '[PEXPECT_BEGIN]'.
+        # begin at the last occurrence of '[PEXPECT_BEGIN]'.
         # In multi-line bash commands, the prompt will be repeated
         # and the matched regex captures all of them
         # - we only want the last one (newest prompt)