Skip to content

Commit

Permalink
Update categorical.py (#3097)
Browse files Browse the repository at this point in the history
nit: Fix / to \
  • Loading branch information
talgalili authored Oct 18, 2022
1 parent 6f76be2 commit bf46954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seaborn/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ def plot(self, ax, box_kws, flier_kws, line_kws):
"""),
capsize=dedent("""\
capsize : float, optional
Width of the "caps" on error bars./
Width of the "caps" on error bars.\
"""),
errwidth=dedent("""\
errwidth : float, optional
Expand Down

0 comments on commit bf46954

Please sign in to comment.