Skip to content

Commit b4dc76c

Browse files
authored
Update README.md
1 parent 14bf049 commit b4dc76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Note that this requires python 3.6 or later.
2020

2121
## Usage
2222

23-
Here is a simple example. Each bar takes a generator as a main argument, and we can specify the second bar is nested with the first by adding the argument parent=mb. We can then
23+
Here is a simple example. Each bar takes an iterator as a main argument, and we can specify the second bar is nested with the first by adding the argument parent=mb. We can then
2424
- add a comment in the first bar by changing the value of mb.first_bar.comment
2525
- add a comment in the first bar by changing the value of mb.child.comment
2626
- write a line between the two bars with mb.write('message')

0 commit comments

Comments
 (0)