Skip to content

Commit

Permalink
Merge 245bd58 into fa4602e
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Jun 11, 2021
2 parents fa4602e + 245bd58 commit 8dd6567
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion petl/io/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def read_source_from_arg(source):
Retrieve a open stream for reading from the source provided.
The result stream will be open by a handler that would return raw bytes and
transparently take care of the descompression, remote authentication,
transparently take care of the decompression, remote authentication,
network transfer, format decoding, and data extraction.
.. versionadded:: 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion petl/test/io/test_avro.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

try:
import fastavro
# import fastavro depedencies
# import fastavro dependencies
import pytz
except ImportError as e:
print('SKIP avro tests: %s' % e, file=sys.stderr)
Expand Down
2 changes: 1 addition & 1 deletion petl/transform/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ def addfieldusingcontext(table, field, query):
+-----+-----+------+------+
The `field` parameter is the name of the field to be added. The `query`
parameter is a function operating on the curent, previous and next rows
parameter is a function operating on the current, previous and next rows
and returning the value.
"""
Expand Down

0 comments on commit 8dd6567

Please sign in to comment.