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

Commit07b42ae

Browse files
committed
fix typos
1 parentd7afaad commit07b42ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎testgres/testgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ def psql(self, dbname, query=None, filename=None, username=None):
852852
stdout=subprocess.PIPE,
853853
stderr=subprocess.PIPE)
854854

855-
# waituntill it finishes and get stdout and stderr
855+
# waituntil it finishes and get stdout and stderr
856856
out,err=process.communicate()
857857
returnprocess.returncode,out,err
858858

‎tests/test_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def test_ports_management(self):
470470
port_2=node.port
471471
self.assertEqual(port_1,port_2)
472472

473-
# check that port has been freedsuccessfuly
473+
# check that port has been freedsuccessfully
474474
self.assertEqual(len(bound_ports),0)
475475

476476
deftest_version_management(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp