Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion io/io/src/TDirectoryFile.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ void TDirectoryFile::Close(Option_t *option)
/// objects (excluding those to be deleted) into a new TFile.
///
/// ## WARNING
/// If the key to be deleted contains special characters ("+","^","?", etc
/// If the key to be deleted contains special characters ("+","^","?", etc)
/// that have a special meaning for the regular expression parser (see TRegexp)
/// then you must specify 2 backslash characters to escape the regular expression.
/// For example, if the key to be deleted is namecycle = "C++", you must call
Expand Down