From 1165fa8abf1d78359299e6e90050102903b22282 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Fri, 24 May 2024 05:54:45 +0200 Subject: [PATCH] minor typo --- docs/why.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/why.rst b/docs/why.rst index 2dc608d5..a133f4a9 100644 --- a/docs/why.rst +++ b/docs/why.rst @@ -38,7 +38,7 @@ welcomed in pybind11, but they will likely be rejected in this project. An overview of removed features is provided in a :ref:`separate section `. Besides feature removal, the rewrite was also an opportunity to address :ref:`long-standing performance issues ` and add a -number of :ref:`major quality-of-live improvements ` and +number of :ref:`major quality-of-life improvements ` and :ref:`smaller features `. .. _perf_improvements: @@ -103,7 +103,7 @@ performance improvements: Major additions --------------- -nanobind includes a number of quality-of-live improvements for developers: +nanobind includes a number of quality-of-life improvements for developers: - **N-dimensional arrays**: nanobind can exchange data with modern array programming frameworks. It uses either `DLPack `_ or the