Skip to content

Commit f804974

Browse files
committed
DOC FIX removed a blank line from an example
1 parent c510fb7 commit f804974

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/text_labels_and_annotations/text_demo_fontdict.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
Controlling style of text and labels using a dictionary
44
=======================================================
55
6-
76
This example shows how to share parameters across many text objects and labels
8-
by creating a dictionnary of options passed across several functions.
7+
by creating a dictionary of options passed across several functions.
98
"""
109
import numpy as np
1110
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)