Skip to content

Commit e0e790e

Browse files
committed
Fix typo
1 parent fdae83a commit e0e790e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/handling-missing-extras-at-runtime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ event that the extra is missing:
148148
optional_dependency = raise_missing_extra
149149
150150
Note that, if imports are not mere functions but also objects like classes that
151-
are subclassed from, the except shape of the dummy objects can get more
152-
involved depending on the expected usage, e.g.
151+
are subclassed from, the exact shape of the dummy objects can get more involved
152+
depending on the expected usage, e.g.
153153

154154
.. code-block:: python
155155

0 commit comments

Comments
 (0)