Skip to content

Commit

Permalink
Add double backticks in docstring.
Browse files Browse the repository at this point in the history
Co-authored-by: Niko Sirmpilatze <[email protected]>
  • Loading branch information
JoeZiminski and niksirbi authored May 2, 2024
1 parent 0f0db4d commit d886646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datashuttle/datashuttle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ def _update_settings_with_new_canonical_keys(self, settings: Dict):

def _check_top_level_folder(self, top_level_folder):
"""
Raise an error if `top_level_folder` not correct.
Raise an error if ``top_level_folder`` not correct.
"""
canonical_top_level_folders = canonical_folders.get_top_level_folders()

Expand Down

0 comments on commit d886646

Please sign in to comment.