Skip to content
/ beam Public
forked from apache/beam

Commit

Permalink
Remove reference to excluded method
Browse files Browse the repository at this point in the history
  • Loading branch information
joar committed Sep 26, 2018
1 parent a2f816c commit fa92e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/io/filesystems.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def match(patterns, limits=None):
.. note::
- Depending on the :class:`.FileSystem` implementation, file listings
(the :meth:`.FileSystem._list` method) may not be recursive.
(the ``.FileSystem._list`` method) may not be recursive.
- If the file listing is not recursive, a pattern like
``scheme://path/*/foo`` will not be able to mach any files.
Expand Down

0 comments on commit fa92e92

Please sign in to comment.