Skip to content
Snippets Groups Projects
Unverified Commit 9ff54f8e authored by Han Lu's avatar Han Lu Committed by GitHub
Browse files

code styling (#2376)

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).
-->
parent 21ea04d7
No related branches found
No related tags found
No related merge requests found
......@@ -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`.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment