Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Fix typo #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 source/internal-architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ Our goal in replacing BlockManager would be to achieve:
* Better user control over memory use and layout
* Improved microperformance

I believe we can do this, but it's will require a significant inversion of the
I believe we can do this, but it will require a significant inversion of the
internal code architecture to involve a more native code and less interpreted
Python. For example, it will be difficult or impossible to achieve comparable
performance in row-oriented operations (on consolidated DataFrame objects) with
Expand Down