Skip to content

Commit

Permalink
[NFC][DF] Remove HTML tags from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Oct 18, 2021
1 parent 07f2bdb commit ca72e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/dataframe/src/RDataFrame.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ auto min = d2.Filter([](double b2) { return b2 > 0; }, {"b2"}) // we can still s
~~~
\anchor helper-cols
### Special helper columns: `rdfentry_` and `rdfslot_`
### Special helper columns: rdfentry_ and rdfslot_
Every instance of RDataFrame is created with two special columns called `rdfentry_` and `rdfslot_`. The `rdfentry_`
column is of type `ULong64_t` and it holds the current entry number while `rdfslot_` is an `unsigned int`
holding the index of the current data processing slot.
Expand Down

0 comments on commit ca72e32

Please sign in to comment.