Skip to content

Commit 1c87aa9

Browse files
committed
doc: fix quoting of 'None' in igraph.drawing.plot()
1 parent 52df518 commit 1c87aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/igraph/drawing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def plot(obj, target=None, bbox=(0, 0, 600, 600), *args, **kwds):
465465
is 20 on each side.
466466
467467
@keyword inline: whether to try and show the plot object inline in the
468-
current IPython notebook. Passing ``None`` here or omitting this keyword
468+
current IPython notebook. Passing C{None} here or omitting this keyword
469469
argument will look up the preferred behaviour from the
470470
C{shell.ipython.inlining.Plot} configuration key. Note that this keyword
471471
argument has an effect only if igraph is run inside IPython and C{target}

0 commit comments

Comments
 (0)