Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #362 from scikit-hep/update-doc
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
reikdas committed Oct 2, 2019
2 parents 5abe94f + 14c757f commit 2d25760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4204,9 +4204,9 @@ ecosystem, are just a tuple of counts/bin contents and edge positions.
Creating and writing data to ROOT files
=======================================

Uproot has a limited (but growing!) ability to *write* ROOT files. Two
types currently supported are ``TObjString`` (for debugging) and
histograms.
Uproot has a limited ability to *write* ROOT files, including TTrees of
flat data (non-jagged: single number per event), a variety of histogram
types, and ``TObjString`` (for metadata).

To write to a ROOT file in uproot, the file must be opened for writing
using ``uproot.create``, ``uproot.recreate``, or ``uproot.update``
Expand Down

0 comments on commit 2d25760

Please sign in to comment.