Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cc18e commit fea3d54Copy full SHA for fea3d54
1 file changed
src/_macosx.m
@@ -3093,8 +3093,8 @@ static bool verify_framework(void)
3093
"installing Python as a framework on Mac OS X. Please either reinstall "
3094
"Python as a framework, or try one of the other backends. If you are "
3095
"using (Ana)Conda please install python.app and replace the use of 'python' "
3096
- "with 'pythonw'. If you are working with Matplotlib in a virtual enviroment "
3097
- "see 'Working with Matplotlib in Virtual environments' in the Matplotlib FAQ");
+ "with 'pythonw'. See 'Working with Matplotlib on OSX' "
+ "in the Matplotlib FAQ for more information.");
3098
return false;
3099
}
3100
0 commit comments