From 41ae83463e03a6fa0343b62638163819ffbba949 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 11 Aug 2021 00:14:04 -0700 Subject: doc: def llnl.util.filesystem.find fix rst (#25350) The star was not rendered in the docs. --- lib/spack/llnl/util/filesystem.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/spack/llnl/util/filesystem.py b/lib/spack/llnl/util/filesystem.py index 3cf6553165..a81425fe96 100644 --- a/lib/spack/llnl/util/filesystem.py +++ b/lib/spack/llnl/util/filesystem.py @@ -1102,14 +1102,14 @@ def find(root, files, recursive=True): Accepts any glob characters accepted by fnmatch: - ======= ==================================== - Pattern Meaning - ======= ==================================== - * matches everything - ? matches any single character - [seq] matches any character in ``seq`` - [!seq] matches any character not in ``seq`` - ======= ==================================== + ========== ==================================== + Pattern Meaning + ========== ==================================== + ``*`` matches everything + ``?`` matches any single character + ``[seq]`` matches any character in ``seq`` + ``[!seq]`` matches any character not in ``seq`` + ========== ==================================== Parameters: root (str): The root directory to start searching from -- cgit v1.2.3-60-g2f50