]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-110417: Fix `glob` docs ordering (#110418)
authorBarney Gale <barney.gale@gmail.com>
Mon, 13 Nov 2023 17:48:16 +0000 (17:48 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 17:48:16 +0000 (17:48 +0000)
commitd5491a6eff516ad47906bd91a13d71cdde18f5ab
tree8a12999e6bf6212abf5d2191b7a3eac87d3e3136
parentcf67ebfb315ce36175f3d425249d7c6560f6d0d5
GH-110417: Fix `glob` docs ordering (#110418)

Fix incorrect placement of `translate()` docs from cf67ebf.

Move "see also: pathlib" admonition to the bottom of the page, alongside one for fnmatch. This helps the module introduction flow more naturally into the function descriptions.

Add an "Examples" subheading just before the examples. This makes it more obvious that examples aren't specifically related to the preceding documentation of `escape()` and `translate()`.
Doc/library/glob.rst