Skip to content

Commit 5db0a05

Browse files
committed
fixup uhi docs
1 parent 7fbe120 commit 5db0a05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • bindings/pyroot/pythonizations/python/ROOT/_pythonization/_uhi

bindings/pyroot/pythonizations/python/ROOT/_pythonization/_uhi/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# ROOT Histograms & UHI
66

7-
ROOT histograms implement the [Unified Histogram Interface (UHI)](https://uhi.readthedocs.io/en/latest/index.html)a standard protocol that makes ROOT histograms interoperable with the broader Python
7+
ROOT histograms implement the [Unified Histogram Interface (UHI)](https://uhi.readthedocs.io/en/latest/index.html), a standard protocol that makes ROOT histograms interoperable with the broader Python
88
scientific ecosystem. This compliance standardizes histogram operations, making tasks like plotting, indexing, and slicing more intuitive and consistent.
99

1010
\note UHI support is available for all [`TH1`](https://root.cern.ch/doc/master/classTH1.html)-derived
@@ -176,4 +176,4 @@ ob = json.dumps(h_root, default=uhi.io.json.default)
176176
# JSON → any UHI-compatible library
177177
ir = json.loads(ob, object_hook=uhi.io.json.object_hook)
178178
h_hist = hist.Hist(ir)
179-
``~~~``
179+
```

0 commit comments

Comments
 (0)