Skip to content

Commit

Permalink
Two small doc fixes (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix authored Jan 27, 2025
1 parent 13cf88c commit 5d23e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api_core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ Wrapper classes

.. cpp:class:: bytes: public object

This wrapper class represents Python unicode ``bytes`` instances.
This wrapper class represents Python ``bytes`` instances.

.. cpp:function:: bytes(handle h)

Expand Down
2 changes: 1 addition & 1 deletion docs/free_threaded.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ The following API specific to free-threading has been added:
API stability
_____________

The interface explained in this is excluded from the project's semantic
The interface explained in this section is excluded from nanobind's semantic
versioning policy. Free-threading is still experimental, and API breaks may be
necessary based on future experience and changes in Python itself.

Expand Down

0 comments on commit 5d23e23

Please sign in to comment.