Skip to content

Commit 7b9fc01

Browse files
committed
typos
1 parent 9db610c commit 7b9fc01

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/source/development/roadmap.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ An item being on the roadmap does not mean that pandas will *necessarily* happen
1111
with unlimited funding. During the implementation period we may discover issues
1212
preventing the adoption of the feature.
1313

14+
See :ref:`roadmap.evolution` for proposing changes to this document.
15+
1416
Extensibility
1517
-------------
1618

@@ -77,7 +79,7 @@ By replacing the BlockManager we hope to achieve
7779
* Substantially simpler code
7880
* Easier extensibility with new logical types
7981
* Better user control over memory use and layout
80-
* Improved microperformance
82+
* Improved micro-performance
8183
* Option to provide a C / Cython API to pandas' internals
8284

8385
See `these design documents <https://dev.pandas.io/pandas2/internal-architecture.html#removal-of-blockmanager-new-dataframe-internals>`__
@@ -156,11 +158,13 @@ We'd like to fund improvements and maintenance of these tools to
156158
* Build a GitHub bot to request ASV runs *before* a PR is merged. Currently, the
157159
benchmarks are only run nightly.
158160

161+
.. _roadmap.evolution:
162+
159163
Roadmap Evolution
160164
-----------------
161165

162166
Pandas continues to evolve. The direction is primarily determined by community
163-
interest. Everyone is welcome to review exissting items on the roadmap and
167+
interest. Everyone is welcome to review existing items on the roadmap and
164168
to propose a new item.
165169

166170
Each item on the roadmap should be a short summary of a larger design proposal.

0 commit comments

Comments
 (0)