diff --git a/doc/examples/plot_rag.py b/doc/examples/plot_rag.py index c3192ca2..b26a266d 100644 --- a/doc/examples/plot_rag.py +++ b/doc/examples/plot_rag.py @@ -49,9 +49,7 @@ def max_edge(g, src, dst, n): def display(g, title): - """Displays a graph with the given title. - - """ + """Displays a graph with the given title.""" pos = nx.circular_layout(g) plt.figure() plt.title(title)