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

Commitb4e411f

Browse files
committed
Fix typecasting docstrings (issuetrekhleb#1).
1 parent5ab4750 commitb4e411f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/data_types/test_type_casting.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_type_casting_to_integer():
2929

3030

3131
deftest_type_casting_to_float():
32-
"""Type casting tointeger"""
32+
"""Type casting tofloat"""
3333

3434
assertfloat(1)==1.0
3535
assertfloat(2.8)==2.8
@@ -38,7 +38,7 @@ def test_type_casting_to_float():
3838

3939

4040
deftest_type_casting_to_string():
41-
"""Type casting tointeger"""
41+
"""Type casting tostring"""
4242

4343
assertstr("s1")=='s1'
4444
assertstr(2)=='2'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp