Skip to content

Commit 7baa741

Browse files
committed
docs: update doc wording
1 parent c7aac02 commit 7baa741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigtree/tree/export/images.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def tree_to_pillow_graph(
256256
![Export to Pillow Graph](https://github.com/kayjan/bigtree/raw/master/assets/tree_pillow_graph.png)
257257
258258
Args:
259-
tree (Node/List[Node]): tree or list of trees to be exported
259+
tree (Node): tree to be exported
260260
node_content (str): display text in node
261261
margin (Dict[str, int]): margin of diagram
262262
height_buffer (Union[int, float]): height buffer between node layers, in pixels
@@ -269,7 +269,7 @@ def tree_to_pillow_graph(
269269
rect_margin (Dict[str, int]): (for rectangle) margin of text to rectangle, in pixels
270270
rect_fill (Union[Tuple[int, int, int], str]): (for rectangle) colour to use for fill
271271
rect_outline (Union[Tuple[int, int, int], str]): (for rectangle) colour to use for outline
272-
rect_width: Union[float, int]: (for rectangle) line width, in pixels
272+
rect_width (Union[float, int]): (for rectangle) line width, in pixels
273273
274274
Returns:
275275
(PIL.Image.Image)

0 commit comments

Comments
 (0)