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

Skip to content

Commit 0b11f80

Browse files
ianhiQuLogic
andauthored
grammar and formatting of api note
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent ea74eff commit 0b11f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ioff and ion can be used as context managers
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
``plt.ion()`` and ``plt.ioff()`` may now be used as context managers to create
4+
`plt.ion()` and `plt.ioff()` may now be used as context managers to create
55
a context with interactive mode on, or off respectively. The old behavior of
6-
calling these functions was maintained. To use the new functionality
6+
calling these functions is maintained. To use the new functionality
77
call as ``with plt.ioff():``

0 commit comments

Comments
 (0)