New GitHub issue #101112 from jugmac00:<br>

<hr>

<pre>
# Documentation

Today I came across `Path.rglob` in our codebase.

I went to https://docs.python.org/3/library/pathlib.html#pathlib.Path.rglob and tried to find out what `pattern` actually is. While the current documentation links to `Path.glob()`, I would like to add a note similar you can find at https://docs.python.org/3/library/pathlib.html#pathlib.Path.glob, ie 

> Patterns are the same as for [fnmatch](https://docs.python.org/3/library/fnmatch.html#module-fnmatch)

Would a PR be welcome to add this kind of information?
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/101112">View on GitHub</a>
<p>Labels: docs</p>
<p>Assignee: </p>