Skip to content

Commit 576aa5e

Browse files
committed
[blog] fix typo in hyperlink
1 parent 8a9cc74 commit 576aa5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2025-06-06-uhi-for-root.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Fully implemented now in ROOT, UHI ensures that all ROOT histogram classes--deri
1515

1616
## How about a quick demo?
1717

18-
Let me show you how you can fill your histograms with [NymPy](https://numpy.org/) arrays directly:
18+
Let me show you how you can fill your histograms with [NumPy](https://numpy.org/) arrays directly:
1919

2020
```python
2121
import matplotlib.pyplot as plt
@@ -55,4 +55,4 @@ plt.show()
5555

5656
## Ready to Level Up Your Histogram Analysis?
5757
With UHI, ROOT histograms now offer Python developers an intuitive, modern, and powerful API.
58-
Check out the [ROOT UHI documentation](https://root.cern/doc/master/group__uhi__docs.html) for more implementation details and examples!
58+
Check out the [ROOT UHI documentation](https://root.cern/doc/master/group__uhi__docs.html) for more implementation details and examples!

0 commit comments

Comments
 (0)