Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Apr 28, 2018
1 parent fd908a0 commit be9a5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def suffixes(self):
>>> info
<info 'foo.tar.gz'>
>>> info.suffixes
['.tar', '.py']
['.tar', '.gz']
"""
name = self.get('basic', 'name')
if name.startswith('.') and name.count('.') == 1:
Expand Down

0 comments on commit be9a5c7

Please sign in to comment.