Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Oct 1, 2023
1 parent 9f7703c commit e7e622e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/rich_jupyter_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 24,7 @@
def _ensure_dir_exists(path, mode=0o755):
"""ensure that a directory exists
If it doesn't exist, try to create it and protect against a race condition
If it doesn't exists, try to create it and protect against a race condition
if another process is doing the same.
The default permissions are 755, which differ from os.makedirs default of 777.
Expand Down

0 comments on commit e7e622e

Please sign in to comment.