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

Skip to content

Commit b048fc4

Browse files
authored
fix rst markup
1 parent c814beb commit b048fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/api_changes/2017-02-26-MB_intersects_bbox.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When ``Path.intersects_bbox`` is called with ``filled`` set to ``True``
1313
(the default value), there is no change in behavior. For those rare cases where
1414
``Path.intersects_bbox`` was called with ``filled`` set to ``False`` and where
1515
the old behavior is actually desired, the suggested workaround is to call
16-
``Path.intersects_path`` with a rectangle as the path:
16+
``Path.intersects_path`` with a rectangle as the path::
1717

1818
from matplotlib.path import Path
1919
from matplotlib.transforms import Bbox, BboxTransformTo

0 commit comments

Comments
 (0)