X Tutup
Skip to content

Commit 3b8a35d

Browse files
committed
the right spelling is occurred
1 parent 0fb6ee5 commit 3b8a35d

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
def clear_current_line(self):
439-
"""Called when a SyntaxError occured in the interpreter. It is
439+
"""Called when a SyntaxError occurred 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
except EnvironmentError as err:
236-
raise RuntimeError(_('Error occured while writing to file %s (%s)')
236+
raise RuntimeError(_('Error occurred while writing to file %s (%s)')
237237
% (filename, err.strerror))
238238
else:
239239
if len(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 "Error occured while writing to file %s (%s)"
81+
msgid "Error occurred 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 "Error occured while writing to file %s (%s)"
81+
msgid "Error occurred 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 "Error occured while writing to file %s (%s)"
81+
msgid "Error occurred 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 "Error occured while writing to file %s (%s)"
82+
msgid "Error occurred 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 "Error occured while writing to file %s (%s)"
81+
msgid "Error occurred 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 "Error occured while writing to file %s (%s)"
81+
msgid "Error occurred while writing to file %s (%s)"
8282
msgstr ""
8383

8484
#: bpython/repl.py:477

0 commit comments

Comments
 (0)
X Tutup