diff --git a/README.md b/README.md index 3e58e95..3059f88 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Utilities that help write PyWebIO apps quickly and easily.

- - + + Package version @@ -12,11 +12,11 @@ Python Version - - Python code quality + + Python code quality - - License + + License
[Document] diff --git a/pywebio_battery/interaction.py b/pywebio_battery/interaction.py index 5453748..dc4a4f7 100644 --- a/pywebio_battery/interaction.py +++ b/pywebio_battery/interaction.py @@ -97,7 +97,7 @@ def run_shell(cmd, output_func=partial(put_text, inline=True)): def put_logbox(name, height=400, keep_bottom=True) -> Output: - """Output a logbox widget + r"""Output a logbox widget ::