From 6c4f058cf681630aba36e0cc8a2500c7e885cd53 Mon Sep 17 00:00:00 2001 From: Nigel Dokter Date: Sun, 25 Aug 2024 14:51:36 +0200 Subject: [PATCH] formatting --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f8fb731..5aa9524 100644 --- a/README.rst +++ b/README.rst @@ -315,10 +315,10 @@ You should see that the tests have succeeded: .. code-block:: text -======================================================================================================== 59 passed in 0.91s ======================================================================================================== -py: commands[1]> pylama dsmr_parser test - py: OK (11.55=setup[9.73]+cmd[1.29,0.53] seconds) - congratulations :) (11.69 seconds) + ======================================================================================================== 59 passed in 0.91s ======================================================================================================== + py: commands[1]> pylama dsmr_parser test + py: OK (11.55=setup[9.73]+cmd[1.29,0.53] seconds) + congratulations :) (11.69 seconds) Now you can make changes by editing the code and rerunning tox to verify your changes.