Skip to content

Commit

Permalink
Update src/uproot/reading.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Pivarski <jpivarski@users.noreply.github.com>
  • Loading branch information
agoose77 and jpivarski authored Sep 20, 2023
1 parent 1c69606 commit 4c0a8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uproot/reading.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ class ReadOnlyFile(CommonFileMethods):
* timeout (float for HTTP, int for XRootD; 30)
* max_num_elements (None or int; None)
* num_workers (int; 1)
* use_threads (bool; False if emscripten, else True)
* use_threads (bool; False on the emscripten platform (i.e. in a web browser), else True)
* num_fallback_workers (int; 10)
* begin_chunk_size (memory_size; 403, the smallest a ROOT file can be)
* minimal_ttree_metadata (bool; True)
Expand Down

0 comments on commit 4c0a8ef

Please sign in to comment.