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 ==========