types.rs: fnmatch url should point to current Python docs (#5413)

Like #5412
This commit is contained in:
Christian Clauss
2023-06-28 12:24:13 +02:00
committed by GitHub
parent c7adb9117f
commit b42d76494c

View File

@@ -269,6 +269,6 @@ impl Deref for Version {
/// luckily this not relevant since identifiers don't contains slashes.
///
/// For reference pep8-naming uses
/// [`fnmatch`](https://docs.python.org/3.11/library/fnmatch.html) for
/// [`fnmatch`](https://docs.python.org/3/library/fnmatch.html) for
/// pattern matching.
pub type IdentifierPattern = glob::Pattern;