Skip to content

Commit

Permalink
code styling (#2376)
Browse files Browse the repository at this point in the history
make them form a habit from beginning lol

<!-- Please make sure your PR follows our [contribution
guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib)
and agree to the terms outlined in the [PR
procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).
-->
  • Loading branch information
ErbB4 authored Aug 1, 2024
1 parent 21ea04d commit 9ff54f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ to see information about the version and enabled features:

.. code-block:: python
>>> import arbor
>>> arbor.print_config()
>>> import arbor as A
>>> A.print_config()
You are now ready to use Arbor! You can continue reading these documentation pages, have a look at the
:ref:`Python API reference<pyoverview>`, or visit the :ref:`tutorial`.
Expand Down

0 comments on commit 9ff54f8

Please sign in to comment.