From 84a7c4401fd8d48391c86a85eb53c65f6eddb229 Mon Sep 17 00:00:00 2001 From: hemanialaparthi Date: Tue, 12 Nov 2024 18:23:27 -0500 Subject: [PATCH] remove(display.py): examples --- execexam/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execexam/display.py b/execexam/display.py index 5483584..29a2c81 100644 --- a/execexam/display.py +++ b/execexam/display.py @@ -39,7 +39,7 @@ def display_tldr(console: Console) -> None: commands = { "mark": { "command": "run execexam --mark mark_type", - "description": "Run tests with specific markers (e.g., unit, integration, functional)", + "description": "Run tests with specific markers.", }, "maxfail": { "command": "run execexam --maxfail number",