Skip to content

Commit e46d78b

Browse files
committed
Whitespace
1 parent fac9a99 commit e46d78b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/internals/managers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,11 @@ def get_dtypes(self) -> npt.NDArray[np.object_]:
345345
def arrays(self) -> list[ArrayLike]:
346346
"""
347347
Quick access to the backing arrays of the Blocks.
348+
348349
Only for compatibility with ArrayManager for testing convenience.
349350
Not to be used in actual code, and return value is not the same as the
350351
ArrayManager method (list of 1D arrays vs iterator of 2D ndarrays / 1D EAs).
352+
351353
Warning! The returned arrays don't handle Copy-on-Write, so this should
352354
be used with caution (only in read-mode).
353355
"""

0 commit comments

Comments
 (0)