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

Skip to content

Commit 6e50a99

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #19971: Fix missing closing bracket in docs
1 parent b49232d commit 6e50a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ticks_and_spines/tick-formatters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def major_formatter(x, pos):
8080
return f'[{x:.2f}]'
8181

8282

83-
setup(axs1[2], title='FuncFormatter("[{:.2f}]".format')
83+
setup(axs1[2], title='FuncFormatter("[{:.2f}]".format)')
8484
axs1[2].xaxis.set_major_formatter(major_formatter)
8585

8686
# Fixed formatter

0 commit comments

Comments
 (0)