summaryrefslogtreecommitdiffstats
path: root/examples/prompts/mouse-support.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/prompts/mouse-support.py')
-rwxr-xr-xexamples/prompts/mouse-support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/prompts/mouse-support.py b/examples/prompts/mouse-support.py
index 1e4ee76..b1b4bb7 100755
--- a/examples/prompts/mouse-support.py
+++ b/examples/prompts/mouse-support.py
@@ -7,4 +7,4 @@ if __name__ == "__main__":
)
print("You can click with the mouse in order to select text.")
answer = prompt("Multiline input: ", multiline=True, mouse_support=True)
- print("You said: %s" % answer)
+ print(f"You said: {answer}")