8000 Escape inline markup to generate doc link properly · matplotlib/matplotlib@d2e15b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2e15b9

Browse files
KentKent
Kent
authored and
Kent
committed
Escape inline markup to generate doc link properly
1 parent 9488d1c commit d2e15b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(
6868
The projection type, default 'persp'.
6969
computed_zorder : bool, default: True
7070
If True, the draw order is computed based on the average position
71-
of the `.Artist`s along the view direction.
71+
of the `.Artist`\\s along the view direction.
7272
Set to False if you want to manually control the order in which
7373
Artists are drawn on top of each other using their *zorder*
7474
attribute. This can be used for fine-tuning if the automatic order

0 commit comments

Comments
 (0)
0