You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Note that this requires python 3.6 or later.
20
20
21
21
## Usage
22
22
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
24
24
- add a comment in the first bar by changing the value of mb.first_bar.comment
25
25
- add a comment in the first bar by changing the value of mb.child.comment
26
26
- write a line between the two bars with mb.write('message')
0 commit comments