Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove stray nonascii char from nbagg #6367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove stray nonascii char from message
  • Loading branch information
jenshnielsen committed May 5, 2016
commit 66561433670084fbdac9a1ee473c6bc58d7f0677
2 changes: 1 addition & 1 deletion lib/matplotlib/backends/backend_nbagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def nbinstall(overwrite=False, user=True):
----------

overwrite : bool
If True, always install the files, regardless of what mayœ already be
If True, always install the files, regardless of what may already be
installed. Defaults to False.
user : bool
Whether to install to the user's .ipython/nbextensions directory.
Expand Down