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

Skip to content

Commit 52df902

Browse files
committed
DOC: fix docstring
1 parent bd1646f commit 52df902

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/matplotlib/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,11 +1318,12 @@ def use(arg, warn=False, force=True):
13181318
If True, warn if this is called after pyplot has been imported
13191319
and a backend is set up.
13201320
1321-
defaults to False
1321+
defaults to False.
13221322
13231323
force : bool, optional
1324-
If True, attempt to switch the backend. This defaults to
1325-
True.
1324+
If True, attempt to switch the backend. An ImportError is raised if
1325+
an interactive backend is selected, but another interactive
1326+
backend has already started. This defaults to True.
13261327
13271328
See Also
13281329
--------

0 commit comments

Comments
 (0)