Skip to content

Commit ae0c75c

Browse files
authored
Fix example in README
1 parent f97e7de commit ae0c75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Usage—you are responsible for ensuring build requirements are available:
2323
2424
import os
2525
import tomli
26-
from pyproject_hooks.wrappers import BuildBackendHookCaller
26+
from pyproject_hooks import BuildBackendHookCaller
2727
2828
src = 'path/to/source' # Folder containing 'pyproject.toml'
2929
with open(os.path.join(src, 'pyproject.toml'), 'rb') as f:

0 commit comments

Comments
 (0)