Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea37610

Browse files
fperezCarreau
authored andcommitted
Fix backtics to be RST-formatted, not markdown.
1 parent 86497d9 commit ea37610

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

IPython/core/magics/execution.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,13 +525,13 @@ def run(self, parameter_s='', runner=None,
525525
( -m mod | filename ) [args]
526526
527527
The filename argument should be either a pure Python script (with
528-
extension `.py`), or a file with custom IPython syntax (such as
529-
magics). If the latter, the file can be either a script with `.ipy`
530-
extension, or a Jupyter notebook with `.ipynb` extension. When running
528+
extension ``.py``), or a file with custom IPython syntax (such as
529+
magics). If the latter, the file can be either a script with ``.ipy``
530+
extension, or a Jupyter notebook with ``.ipynb`` extension. When running
531531
a Jupyter notebook, the output from print statements and other
532532
displayed objects will appear in the terminal (even matplotlib figures
533533
will open, if a terminal-compliant backend is being used). Note that,
534-
at the system command line, the `jupyter run` command offers similar
534+
at the system command line, the ``jupyter run`` command offers similar
535535
functionality for executing notebooks (albeit currently with some
536536
differences in supported options).
537537

0 commit comments

Comments
 (0)