Skip to content

Commit ca72e32

Browse files
committed
[NFC][DF] Remove HTML tags from docs
1 parent 07f2bdb commit ca72e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/dataframe/src/RDataFrame.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ auto min = d2.Filter([](double b2) { return b2 > 0; }, {"b2"}) // we can still s
910910
~~~
911911
912912
\anchor helper-cols
913-
### Special helper columns: `rdfentry_` and `rdfslot_`
913+
### Special helper columns: rdfentry_ and rdfslot_
914914
Every instance of RDataFrame is created with two special columns called `rdfentry_` and `rdfslot_`. The `rdfentry_`
915915
column is of type `ULong64_t` and it holds the current entry number while `rdfslot_` is an `unsigned int`
916916
holding the index of the current data processing slot.

0 commit comments

Comments
 (0)