Skip to content

Commit 392eb1a

Browse files
committed
Fixes docs indentation for argument.
1 parent e81498e commit 392eb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shape.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Several draw methods can be executed in a row and each one of them will contribu
345345

346346
:arg float lineheight: a factor to override the line height calculated from font properties. If not `None`, a line height of `fontsize * lineheight` will be used.
347347

348-
:arg int expandtabs: controls handling of tab characters ``\t`` using the `string.expandtabs()` method **per each line**.
348+
:arg int expandtabs: controls handling of tab characters ``\t`` using the `string.expandtabs()` method **per each line**.
349349

350350
:arg float stroke_opacity: *(new in v1.18.1)* set transparency for stroke colors. Negative values and values > 1 will be ignored. Default is 1 (intransparent).
351351
:arg float fill_opacity: *(new in v1.18.1)* set transparency for fill colors. Default is 1 (intransparent). Use this value to control transparency of the text color. Stroke opacity **only** affects the border line of characters.

0 commit comments

Comments
 (0)