Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 22, 2023. It is now read-only.
/pythonnetPublic archive
forked frompythonnet/pythonnet

Commite98cf0d

Browse files
committed
Update clr.py
1 parent5a66e2b commite98cf0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎clr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _load_clr():
2929
else:
3030
try:
3131
path=_get_mono_path()
32-
exceptInderError:
32+
exceptIndexError:
3333
# no files compiles for mono
3434
path=_get_netfx_path()
3535

@@ -38,7 +38,7 @@ def _load_clr():
3838
spec=util.spec_from_file_location("clr",path)
3939
ifspecisNone:
4040
raiseImportError(
41-
"Unable toimpoert %r as 'clr'."%path)
41+
"Unable toimport %r as 'clr'."%path)
4242
clr=util.module_from_spec(spec)
4343
spec.loader.exec_module(clr)
4444

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp