From fa92e92be45f36501fddcab2d6e0c99b451cf140 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Wed, 26 Sep 2018 16:08:32 +0200 Subject: [PATCH] Remove reference to excluded method --- sdks/python/apache_beam/io/filesystems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/io/filesystems.py b/sdks/python/apache_beam/io/filesystems.py index e813ecf8e588..d8b3a4a54542 100644 --- a/sdks/python/apache_beam/io/filesystems.py +++ b/sdks/python/apache_beam/io/filesystems.py @@ -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.