Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklaf authored and ihabunek committed Nov 23, 2022
1 parent 9abaebd commit 8c3baa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toot/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,15 +443,15 @@ def editor(value):
),
Command(
name="following",
description="List accounts following the given account",
description="List accounts followed by the given account",
arguments=[
account_arg,
],
require_auth=True,
),
Command(
name="followers",
description="List accounts followed by the given account",
description="List accounts following the given account",
arguments=[
account_arg,
],
Expand Down

0 comments on commit 8c3baa7

Please sign in to comment.