diff --git a/tree/dataframe/inc/ROOT/RDF/RInterface.hxx b/tree/dataframe/inc/ROOT/RDF/RInterface.hxx
index 34962c58957f6f3c9bd6e53dfd0f910b2ff8f92b..1b1dc784cd7edf04642641c03c8ee0e961aafac0 100644
--- a/tree/dataframe/inc/ROOT/RDF/RInterface.hxx
+++ b/tree/dataframe/inc/ROOT/RDF/RInterface.hxx
@@ -676,7 +676,8 @@ public:
    /// hx["nominal"].Draw();
    /// hx["pt:down"].Draw("SAME");
    /// ~~~
-   /// The run-time of Vary does not scale linearly with the number of variations. This behaviour stems from Vary
+   /// The run-time of Vary does not scale linearly with the number of variations.
+   /// This behaviour stems from Vary
    /// booking the variations within a single event loop instead of multiple.
    template <typename F>
    RInterface<Proxied, DS_t> Vary(std::string_view colName, F &&expression, const ColumnNames_t &inputColumns,