We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on macOS 14, installed using brew and with python3.12:
bash❯ ponysay -v /usr/local/bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-' /usr/local/bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-' ponysay 3.0.3
Program works otherwise. Looks to be in the docstring.
Please follow PEP 257, docstrings should be in triple double-quotes (you are using triple single-quotes).
The text was updated successfully, but these errors were encountered:
The warning is fixed in #313.
Sorry, something went wrong.
See my comment in #313.
Ponysay
7922abb
Dodano funkcję do wyświetlania kucyków używając ponysay Oryginalny ponysay wyświetlał błąd opisany w erkin/ponysay#314 Więc ponysay brany jest z https://github.com/Tonyl314/ponysay
No branches or pull requests
Running on macOS 14, installed using brew and with python3.12:
Program works otherwise. Looks to be in the docstring.
Please follow PEP 257, docstrings should be in triple double-quotes (you are using triple single-quotes).
The text was updated successfully, but these errors were encountered: