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.