| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0fb6ee5 commit 3b8a35d
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -436,7 +436,7 @@ def check(self): | |||
| 436 | 436 | self.print_line(self.s) | |
| 437 | 437 | ||
| 438 | 438 | 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 | ||
| 440 | 440 | used to prevent autoindentation from occuring after a | |
| 441 | 441 | traceback.""" | |
| 442 | 442 | repl.Repl.clear_current_line(self) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -233,7 +233,7 @@ def append_reload_and_write(self, s, filename, encoding): | |||
| 233 | 233 | ||
| 234 | 234 | self.entries = entries | |
| 235 | 235 | 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)') | ||
| 237 | 237 | % (filename, err.strerror)) | |
| 238 | 238 | else: | |
| 239 | 239 | if len(self.entries) == 0: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,7 @@ msgstr "" | |||
| 78 | 78 | ||
| 79 | 79 | #: bpython/history.py:236 | |
| 80 | 80 | #, python-format | |
| 81 | - msgid "Error occured while writing to file %s (%s)" | ||
| 81 | + msgid "Error occurred while writing to file %s (%s)" | ||
| 82 | 82 | msgstr "" | |
| 83 | 83 | ||
| 84 | 84 | #: bpython/repl.py:477 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,7 @@ msgstr "" | |||
| 78 | 78 | ||
| 79 | 79 | #: bpython/history.py:236 | |
| 80 | 80 | #, python-format | |
| 81 | - msgid "Error occured while writing to file %s (%s)" | ||
| 81 | + msgid "Error occurred while writing to file %s (%s)" | ||
| 82 | 82 | msgstr "Fehler beim Schreiben in Datei %s aufgetreten (%s)" | |
| 83 | 83 | ||
| 84 | 84 | #: bpython/repl.py:477 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,7 @@ msgstr "" | |||
| 78 | 78 | ||
| 79 | 79 | #: bpython/history.py:236 | |
| 80 | 80 | #, python-format | |
| 81 | - msgid "Error occured while writing to file %s (%s)" | ||
| 81 | + msgid "Error occurred while writing to file %s (%s)" | ||
| 82 | 82 | msgstr "" | |
| 83 | 83 | ||
| 84 | 84 | #: bpython/repl.py:477 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,7 +79,7 @@ msgstr "saisir les lignes du fichier interactivement" | |||
| 79 | 79 | ||
| 80 | 80 | #: bpython/history.py:236 | |
| 81 | 81 | #, python-format | |
| 82 | - msgid "Error occured while writing to file %s (%s)" | ||
| 82 | + msgid "Error occurred while writing to file %s (%s)" | ||
| 83 | 83 | msgstr "Une erreur s'est produite pendant l'écriture du fichier %s (%s)" | |
| 84 | 84 | ||
| 85 | 85 | #: bpython/repl.py:477 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,7 @@ msgstr "" | |||
| 78 | 78 | ||
| 79 | 79 | #: bpython/history.py:236 | |
| 80 | 80 | #, python-format | |
| 81 | - msgid "Error occured while writing to file %s (%s)" | ||
| 81 | + msgid "Error occurred while writing to file %s (%s)" | ||
| 82 | 82 | msgstr "" | |
| 83 | 83 | ||
| 84 | 84 | #: bpython/repl.py:477 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,7 @@ msgstr "" | |||
| 78 | 78 | ||
| 79 | 79 | #: bpython/history.py:236 | |
| 80 | 80 | #, python-format | |
| 81 | - msgid "Error occured while writing to file %s (%s)" | ||
| 81 | + msgid "Error occurred while writing to file %s (%s)" | ||
| 82 | 82 | msgstr "" | |
| 83 | 83 | ||
| 84 | 84 | #: bpython/repl.py:477 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments