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

Skip to content

Commit 5a7448e

Browse files
committed
Merge pull request #6367 from jenshnielsen/nbagg_nonascii
FIX: Remove stray nonascii char from nbagg
2 parents 6db67ad + 6656143 commit 5a7448e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_nbagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def nbinstall(overwrite=False, user=True):
259259
----------
260260
261261
overwrite : bool
262-
If True, always install the files, regardless of what mayœ already be
262+
If True, always install the files, regardless of what may already be
263263
installed. Defaults to False.
264264
user : bool
265265
Whether to install to the user's .ipython/nbextensions directory.

0 commit comments

Comments
 (0)