change wordings for the info message

This commit is contained in:
OBITORASU 2021-06-09 11:19:46 +05:30
parent 1458166a28
commit 9ba78c964e
1 changed files with 2 additions and 2 deletions

View File

@ -743,8 +743,8 @@ def create_os_error_message(error, show_traceback, using_user_site):
if (WINDOWS and error.errno == errno.ENOENT and error.filename and
len(error.filename) > 260):
parts.append(
"This error can potentially be caused "
"because Long Paths is disabled on your system. "
"A potential cause to this error is "
"Long Paths beign disabled on your system. "
"Please set LongPathsEnabled to 1 in the "
"registry and try again. For further instructions "
"please refer to the documentation: "