Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 24, 2024
1 parent 338fc37 commit c4ceda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def main():
if sys.version_info[0] < 3: # noqa: UP036
sys.exit(
'Python 2 is no longer supported. Latest version is 1.5.10; use:\n'
'python3 -m pip install pyftpdlib==1.5.10'
'python2 -m pip install pyftpdlib==1.5.10'
)

if __name__ == '__main__':
Expand Down

0 comments on commit c4ceda4

Please sign in to comment.