Skip to content

Commit 59a05b5

Browse files
committed
README: Fix project tree
1 parent d4a1136 commit 59a05b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ A **template** C++ library exposed to Python via [pybind11](https://github.com/p
8585
│ └── api.rst
8686
├── src/
8787
│ └── core_lib/
88-
│ └── __init__.py # Re-exports from _core
88+
│ ├── __init__.py # Re-exports from _core
89+
│ └── math.py
8990
└── tests/
9091
├── unit/
9192
│ └── test_core_lib.py # Unit tests (individual functions)

0 commit comments

Comments
 (0)