Skip to content

Commit

Permalink
Fix docstring format
Browse files Browse the repository at this point in the history
  • Loading branch information
emnoor-reef committed Feb 16, 2024
1 parent e5b72eb commit 12f889e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions b2/_internal/console_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -2173,10 +2173,9 @@ class AbstractLsCommand(Command, metaclass=ABCMeta):
The --include and --exclude flags can be used to filter the files returned
from the server using wildcards. You can specify multiple --include and --exclude filters.
The order of filters matters. The *last*
matching filter decides whether a file is included or excluded. If the
given list of filters contains only INCLUDE filters, then it is assumed
that all files are excluded by default.
The order of filters matters. The *last* matching filter decides whether a file
is included or excluded. If the given list of filters contains only INCLUDE filters,
then it is assumed that all files are excluded by default.
"""

@classmethod
Expand Down

0 comments on commit 12f889e

Please sign in to comment.