Skip to content

Commit

Permalink
Apply suggestions from code review of #494
Browse files Browse the repository at this point in the history
Ready to merge.

Co-authored-by: Alistair Miles <alimanfoo@googlemail.com>
  • Loading branch information
juarezr and alimanfoo committed Jun 26, 2020
1 parent 4f8eb6a commit a620194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions petl/io/remotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class RemoteSource(object):
filesystem. Check the `Built-in Implementations <fs_builtin>`_ for available
remote implementations.
Some filesystem can use `URL chaining <fs_chain>`_ for compound I /O.
Some filesystem can use `URL chaining <fs_chain>`_ for compound I/O.
.. note::
Expand All @@ -59,7 +59,7 @@ class RemoteSource(object):
$ pip install s3fs # AWS S3
$ pip install gcsfs # Google Cloud Storage
$ pip install abfs # Azure Blob service
$ pip install adlfs # Azure Blob service
$ pip install paramiko # SFTP
$ pip install requests # HTTP, github
Expand Down

0 comments on commit a620194

Please sign in to comment.