Skip to content

Commit aac52c6

Browse files
DenisaCGafshin
andauthored
fix typos
Co-authored-by: Afshin Taylor Darian <[email protected]>
1 parent 6700e66 commit aac52c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_drives/manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def get_excluded_drives(self):
207207
except Exception as e:
208208
raise tornado.web.HTTPError(
209209
status_code=httpx.codes.BAD_REQUEST,
210-
reason=f"The following error occured when listing excluded drives: {e}",
210+
reason=f"The following error occurred when listing excluded drives: {e}",
211211
)
212212

213213
response = {
@@ -226,7 +226,7 @@ def include_drive(self, include_drive_name):
226226
except Exception as e:
227227
raise tornado.web.HTTPError(
228228
status_code= httpx.codes.BAD_REQUEST,
229-
reason= f"The following error occured when including the drive: {e}"
229+
reason= f"The following error occurred when including the drive: {e}"
230230
)
231231

232232
return

0 commit comments

Comments
 (0)