Skip to content

Commit

Permalink
Small fix in examples documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed May 12, 2024
1 parent 49fcc57 commit 4c3ddbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/examples/plot_5_mrg_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This section contains several examples on how to merge cluster data, either
generated with **pyclugen** or from other sources. To run the examples we first
need to import the [`clugen()`][pyclugen.main.clugen] and
[`clugen()`][pyclugen.main.clumerge] functions:"""
[`clumerge()`][pyclugen.main.clumerge] functions:"""

import numpy as np
from pyclugen import clugen, clumerge
Expand Down

0 comments on commit 4c3ddbd

Please sign in to comment.