Skip to content

Commit

Permalink
monospace formating of attrs in module docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Jun 12, 2024
1 parent 0708687 commit 564b734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion movement/validators/datasets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""`attrs` classes for validating data structures."""
"""``attrs`` classes for validating data structures."""

from collections.abc import Iterable
from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion movement/validators/files.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""`attrs` classes for validating file paths."""
"""``attrs`` classes for validating file paths."""

import os
from pathlib import Path
Expand Down

0 comments on commit 564b734

Please sign in to comment.