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

Skip to content

Commit a14b453

Browse files
committed
Curlies --> curly braces
1 parent 1122dc5 commit a14b453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text_labels_and_annotations/accented_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
ax.set_title(r'$\ddot{o}\acute{e}\grave{e}\hat{O}'
2222
r'\breve{i}\bar{A}\tilde{n}\vec{q}$', fontsize=20)
2323

24-
# Shorthand is also supported and curly's are optional
24+
# Shorthand is also supported and curly braces are optional
2525
ax.set_xlabel(r"""$\"o\ddot o \'e\`e\~n\.x\^y$""", fontsize=20)
2626
ax.text(4, 0.5, r"$F=m\ddot{x}$")
2727
fig.tight_layout()

0 commit comments

Comments
 (0)