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

Commit5977a6e

Browse files
committed
Fix (and improve wording) of docstrings
1 parent7a4f7eb commit5977a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/deprecation/test_attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_util_alias_import() -> None:
105105

106106

107107
deftest_private_module_alias_access()->None:
108-
"""Non-util private alias access works,warns, but is a deliberate mypy error."""
108+
"""Non-util private alias access works butwarns and is a deliberate mypy error."""
109109
withpytest.deprecated_call()asctx:
110110
assert (
111111
git.head,# type: ignore[attr-defined]
@@ -128,7 +128,7 @@ def test_private_module_alias_access() -> None:
128128

129129

130130
deftest_private_module_alias_import()->None:
131-
"""Non-util private aliasaccess works,warns, but is a deliberate mypy error."""
131+
"""Non-util private aliasimport works butwarns and is a deliberate mypy error."""
132132
withpytest.deprecated_call()asctx:
133133
fromgitimporthead# type: ignore[attr-defined]
134134
fromgitimportlog# type: ignore[attr-defined]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp