From 25c3ea6680a38e83428ae3efacc61dfefae54beb Mon Sep 17 00:00:00 2001 From: Azat Ibrakov Date: Mon, 11 Nov 2024 15:29:03 +0100 Subject: [PATCH] Fix formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3802983..0ff1d8b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Usage With setup ```python ->> > from rithm.integer import Int +>>> from rithm.integer import Int ``` @@ -142,7 +142,7 @@ we can: With setup ```python ->> > from rithm.fraction import Fraction +>>> from rithm.fraction import Fraction ```