From 3f5c65492c7e5ac084b0f4ea8f5bf1d1a0158260 Mon Sep 17 00:00:00 2001 From: saharan-deshaw Date: Fri, 18 Oct 2024 22:32:53 +0530 Subject: [PATCH] Update README.rst Minor bugfix: unexpected indentation --- README.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1cb425d9..4e6e1d48 100644 --- a/README.rst +++ b/README.rst @@ -479,12 +479,17 @@ This utility comes with 2 interfaces: 1. **A function**: For interactive usages such as IPython, Jupyter Notebook, or a debugger (pdb/ipdb), use **pyflyby.saveframe** function. To know how to use this - function, checkout it's documentation:: - In [1]: saveframe? + function, checkout it's documentation: +.. code:: + + In [1]: saveframe? 2. **A script**: For cli usages (like a failing script), use **pyflyby/bin/saveframe** - script. To know how to use this script, checkout its documentation:: - $ saveframe --help + script. To know how to use this script, checkout its documentation: + +.. code:: + + $ saveframe --help Authorship ==========