Skip to content

Commit

Permalink
docs: Don't use RST syntax in Python comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 15, 2024
1 parent 8d8b13c commit e7dce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, *components, basename: str | None = None):
"""
self.directory = Path(settings.EXPORTER_DIR).joinpath(*map(str, components))
self.spoonbill_directory = Path(settings.SPOONBILL_EXPORTER_DIR).joinpath(*map(str, components))
# Cause methods that require ``basename`` to error if the instance is improperly initialized.
# Cause methods that require `basename` to error if the instance is improperly initialized.
if basename:
self.basename = basename

Expand Down

0 comments on commit e7dce97

Please sign in to comment.