summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted/debugging/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-04 22:00:41 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-04 22:00:41 +0100
commitb9b62c59dc99b63c5128f10a22774e3722b8b140 (patch)
tree1eacc6ada17c14eea1e3e566f481264426b139ca /docs/src/gettingstarted/debugging/README.md
parentac41bda1e059d24da08e584b81b4507cf781beb8 (diff)
Docs: Update to be closer in line with the latest API
Diffstat (limited to 'docs/src/gettingstarted/debugging/README.md')
-rw-r--r--docs/src/gettingstarted/debugging/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gettingstarted/debugging/README.md b/docs/src/gettingstarted/debugging/README.md
index e3a1ecd..0b402a9 100644
--- a/docs/src/gettingstarted/debugging/README.md
+++ b/docs/src/gettingstarted/debugging/README.md
@@ -3,4 +3,4 @@
To debug this library, e.g. to discover bugs or to see how it works internally, the library comes with a few nice additions.
## The debug variable
-To enable debugging, set debugging to True in the method that registers the code with the library (see [API](../api/index.html)). This sets the logging level to `INFO` (meaning show all messages), and generates a Finite State Machine (FSM) PNG file. We explain in more detail what these two components (logging and FSM) exactly are and how they can be used.
+To enable debugging, set debugging to True in the method that registers the code with the library (see [API](../api/index.html)). This sets the logging level to `INFO` (meaning show all messages), and generates a Finite State Machine (FSM) `.graph` file. We explain in more detail what these two components (logging and FSM) exactly are and how they can be used.