Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b8a35d

Browse files
committed
the right spelling is occurred
1 parent0fb6ee5 commit3b8a35d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

‎bpython/cli.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def check(self):
436436
self.print_line(self.s)
437437

438438
defclear_current_line(self):
439-
"""Called when a SyntaxErroroccured in the interpreter. It is
439+
"""Called when a SyntaxErroroccurred in the interpreter. It is
440440
used to prevent autoindentation from occuring after a
441441
traceback."""
442442
repl.Repl.clear_current_line(self)

‎bpython/history.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def append_reload_and_write(self, s, filename, encoding):
233233

234234
self.entries=entries
235235
exceptEnvironmentErroraserr:
236-
raiseRuntimeError(_('Erroroccured while writing to file %s (%s)')
236+
raiseRuntimeError(_('Erroroccurred while writing to file %s (%s)')
237237
% (filename,err.strerror))
238238
else:
239239
iflen(self.entries)==0:

‎bpython/translations/bpython.pot‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#:bpython/history.py:236
8080
#, python-format
81-
msgid"Erroroccured while writing to file %s (%s)"
81+
msgid"Erroroccurred while writing to file %s (%s)"
8282
msgstr""
8383

8484
#:bpython/repl.py:477

‎bpython/translations/de/LC_MESSAGES/bpython.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#:bpython/history.py:236
8080
#, python-format
81-
msgid"Erroroccured while writing to file %s (%s)"
81+
msgid"Erroroccurred while writing to file %s (%s)"
8282
msgstr"Fehler beim Schreiben in Datei %s aufgetreten (%s)"
8383

8484
#:bpython/repl.py:477

‎bpython/translations/es_ES/LC_MESSAGES/bpython.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#:bpython/history.py:236
8080
#, python-format
81-
msgid"Erroroccured while writing to file %s (%s)"
81+
msgid"Erroroccurred while writing to file %s (%s)"
8282
msgstr""
8383

8484
#:bpython/repl.py:477

‎bpython/translations/fr_FR/LC_MESSAGES/bpython.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ msgstr "saisir les lignes du fichier interactivement"
7979

8080
#:bpython/history.py:236
8181
#, python-format
82-
msgid"Erroroccured while writing to file %s (%s)"
82+
msgid"Erroroccurred while writing to file %s (%s)"
8383
msgstr"Une erreur s'est produite pendant l'écriture du fichier %s (%s)"
8484

8585
#:bpython/repl.py:477

‎bpython/translations/it_IT/LC_MESSAGES/bpython.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#:bpython/history.py:236
8080
#, python-format
81-
msgid"Erroroccured while writing to file %s (%s)"
81+
msgid"Erroroccurred while writing to file %s (%s)"
8282
msgstr""
8383

8484
#:bpython/repl.py:477

‎bpython/translations/nl_NL/LC_MESSAGES/bpython.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ msgstr ""
7878

7979
#:bpython/history.py:236
8080
#, python-format
81-
msgid"Erroroccured while writing to file %s (%s)"
81+
msgid"Erroroccurred while writing to file %s (%s)"
8282
msgstr""
8383

8484
#:bpython/repl.py:477

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp