| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1136,7 +1136,7 @@ def send_to_stdout(self, output): | |||
| 1136 | 1136 | def send_to_stderr(self, error): | |
| 1137 | 1137 | """Send unicode strings or FmtStr to Repl stderr | |
| 1138 | 1138 | ||
| 1139 | - Must be able to handle FmtStrs because interepter pass in | ||
| 1139 | + Must be able to handle FmtStrs because interpreter pass in | ||
| 1140 | 1140 | tracebacks already formatted.""" | |
| 1141 | 1141 | lines = error.split('\n') | |
| 1142 | 1142 | if lines[-1]: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,7 +83,7 @@ def __init__(self, locals=None, encoding=None): | |||
| 83 | 83 | on a caught syntax error. The purpose for this in bpython is so that | |
| 84 | 84 | the repl can be instantiated after the interpreter (which it | |
| 85 | 85 | necessarily must be with the current factoring) and then an exception | |
| 86 | - callback can be added to the Interpeter instance afterwards - more | ||
| 86 | + callback can be added to the Interpreter instance afterwards - more | ||
| 87 | 87 | specifically, this is so that autoindentation does not occur after a | |
| 88 | 88 | traceback.""" | |
| 89 | 89 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments