Skip to content

Commit

Permalink
fix unintended formatting by sphinx (#1383)
Browse files Browse the repository at this point in the history
The text here is not ment to be italic, but literal asterisks.
  • Loading branch information
akeeman authored Oct 4, 2023
1 parent 89626e8 commit 79e62d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def glob(self, path, maxdepth=None, **kwargs):
Search path names that contain embedded characters special to this
implementation of glob may not produce expected results;
e.g., 'foo/bar/*starredfilename*'.
e.g., ``foo/bar/*starredfilename*``.
kwargs are passed to ``ls``.
"""
Expand Down

0 comments on commit 79e62d3

Please sign in to comment.