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

Commit60463a3

Browse files
timgates42lostmsu
authored andcommitted
docs: Fix a few typos
There are small typos in:- pythonnet/__init__.py- tests/test_import.pyFixes:- Should read `splitted` rather than `splited`.- Should read `loaded` rather than `laoded`.Signed-off-by: Tim Gates <tim.gates@iress.com>
1 parent14aae2e commit60463a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎pythonnet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def load(
121121

122122

123123
defunload()->None:
124-
"""Explicitly unload alaoded runtime and shut down Python.NET"""
124+
"""Explicitly unload aloaded runtime and shut down Python.NET"""
125125

126126
global_RUNTIME,_LOADER_ASSEMBLY
127127
if_LOADER_ASSEMBLYisnotNone:

‎tests/test_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_relative_missing_import():
1515

1616
deftest_import_all_on_second_time():
1717
"""Test import all attributes after a normal import without '*'.
18-
Due to import * only allowed at module level, the test bodysplited
18+
Due to import * only allowed at module level, the test bodysplitted
1919
to a module file."""
2020
from .importimporttest
2121
delsys.modules[importtest.__name__]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp