Skip to content

Commit 912e5bc

Browse files
committed
fix typo in comment
1 parent 8b1626c commit 912e5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/apache_beam/io/hadoopfilesystem_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ def test_create_write_read_compressed(self):
390390
handle.close()
391391

392392
def test_random_read_large_file(self):
393-
# this tests HdfsDownloader.get_range() works property with
394-
# filesystemio.readinto() when reading a file of size larger than buffer.
393+
# this tests HdfsDownloader.get_range() works properly with
394+
# filesystemio.readinto when reading a file of size larger than the buffer.
395395
url = self.fs.join(self.tmpdir, 'read_length')
396396
handle = self.fs.create(url)
397397
data = b'test' * 10_000_000

0 commit comments

Comments
 (0)