Skip to content

Commit 79e62d3

Browse files
authored
fix unintended formatting by sphinx (#1383)
The text here is not ment to be italic, but literal asterisks.
1 parent 89626e8 commit 79e62d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def glob(self, path, maxdepth=None, **kwargs):
553553
554554
Search path names that contain embedded characters special to this
555555
implementation of glob may not produce expected results;
556-
e.g., 'foo/bar/*starredfilename*'.
556+
e.g., ``foo/bar/*starredfilename*``.
557557
558558
kwargs are passed to ``ls``.
559559
"""

0 commit comments

Comments
 (0)