Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Minor bugfix: unexpected indentation
  • Loading branch information
saharan-deshaw authored Oct 18, 2024
1 parent 76ea813 commit 3f5c654
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========
Expand Down

0 comments on commit 3f5c654

Please sign in to comment.