Skip to content

Commit

Permalink
Typo in axes docs (#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
birdsarah authored and bryevdv committed Jan 19, 2017
1 parent 1c256eb commit 1e3b9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bokeh/models/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Axis(GuideRenderer):
""")

major_label_orientation = Either(Enum("horizontal", "vertical"), Float, help="""
What direction the major label text should be oriented. If a i
What direction the major label text should be oriented. If a
number is supplied, the angle of the text is measured from horizontal.
""")

Expand Down

0 comments on commit 1e3b9de

Please sign in to comment.