Skip to content

Commit 41eaf64

Browse files
committed
Update tut_generating_new_schema.rst
Fixed some wording on the ImportError note.
1 parent 614e146 commit 41eaf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tut_generating_new_schema.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Using the Schema Classes
378378
:filename:`usdSchemaExamples.dll` and :filename:`.lib`) and the
379379
:filename:`usdSchemaExamples` directory to :filename`<prefix>/plugin/usd`
380380

381-
* You may encounter an :filename:`ImportError DLL load failed` when running from
381+
* You may encounter :filename:`ImportError DLL load failed` when running from
382382
Python 3.8+ on Windows. This is due to the DLL directory not being added to
383383
trusted locations and can be resolved by manually adding the :filename:`resources`
384384
directory before import via :filename:`os.add_dll_directory`.

0 commit comments

Comments
 (0)