Skip to content

Commit

Permalink
stats
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 28, 2021
1 parent 7edca72 commit d356a6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Python Public CPython Internal Total
3.10 10305 (52%) 4513 (23%) 5092 (26%) 19910
======= ============= =========== ============ =======

Comands:
Commands:

* public: ``wc -l Include/*.h``
* cpython: ``wc -l Include/cpython/*.h``
* internal: ``wc -l Include/internal/*.h``
* Public: ``wc -l Include/*.h``
* CPython: ``wc -l Include/cpython/*.h``
* Internal: ``wc -l Include/internal/*.h``

Symbols
=======
Expand Down Expand Up @@ -54,7 +54,7 @@ exporting symbols which are not **explicitly** exported.

The ``make smelly`` command checks for public symbols of libpython and C
extension which are prefixed by ``Py`` or ``_Py``. See
``Tools/scripts/smelly.py`` script.
the ``Tools/scripts/smelly.py`` script.

Functions defined as macros and static inline functions
=======================================================
Expand Down

0 comments on commit d356a6c

Please sign in to comment.