Skip to content

Commit

Permalink
Rename for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
evolutics committed Apr 6, 2024
1 parent df38dad commit a29f095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travelkit/readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ def _file_pattern_entry(file_patterns):


def _command_entry(command):
command = _humanize_command(command)
humanized_command = _humanize_command(command)
return f"""Command:
```bash
{command}
{humanized_command}
```"""


Expand Down

0 comments on commit a29f095

Please sign in to comment.