Skip to content

Commit b13128a

Browse files
committed
docs(plot_exported_trace_attributes): fix heading
1 parent 47a9347 commit b13128a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/plot_exported_trace_attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
)
4343

4444
# %%
45-
# 1. Use of builtin ``Network`` functionality
45+
# 1. Call of ``fractopo`` provided functions
4646
# ------------------------------------------------------------------
4747
# This method will not modify the trace geometries in any way.
4848
# Only the attributes are calculated.
@@ -77,7 +77,7 @@
7777

7878

7979
# %%
80-
# 2. Call of ``fractopo`` provided functions
80+
# 2. Use of builtin ``Network`` functionality
8181
# ------------------------------------------------------------------
8282
# This method can modify the traces by, e.g., truncating them to
8383
# the target area (``truncate_traces=True``).

0 commit comments

Comments
 (0)