From 9ff54f8e7c989203960da64779f9900aeb56a08b Mon Sep 17 00:00:00 2001
From: Han Lu <11597940+ErbB4@users.noreply.github.com>
Date: Thu, 1 Aug 2024 20:46:09 +0200
Subject: [PATCH] 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).
-->
---
 doc/install/python.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/install/python.rst b/doc/install/python.rst
index 672c189a..5a9edc12 100644
--- a/doc/install/python.rst
+++ b/doc/install/python.rst
@@ -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`.
-- 
GitLab