Skip to content

Commit 26104d9

Browse files
authored
Reasonable defaults to enable running without specifying the type of backend (#112)
Minor documentation updates
1 parent ce602b1 commit 26104d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servicex/data_conversions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ async def _convert_root_to_awkward(self, file: Path):
146146
147147
- Work is done on a second thread.
148148
- Awkward is only imported if this is called.
149-
- A LazyArray is returned, so it isn't completely loaded into memory. That also means this
150-
will leak filehandles - as that has to be left open.
149+
- A LazyArray is returned, so it isn't completely loaded into memory. That also means
150+
this will leak filehandles - as that has to be left open.
151151
152152
'''
153153
from numpy import ndarray

0 commit comments

Comments
 (0)