diff options
author | 2024-01-04 13:25:48 +0000 | |
---|---|---|
committer | 2024-01-04 13:25:48 +0000 | |
commit | fc6b6e3a214bfe4e237872014c573cdf8917bc16 (patch) | |
tree | 604a75eb1b2004cd1c491fb3cf6aa9b8d36523a0 | |
parent | Remove "What third-party library do you wish was in the Python standard libra... (diff) |
Fix capitalisation of PyPI (#1424)
-rw-r--r-- | bot/resources/utilities/py_topics.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/utilities/py_topics.yaml b/bot/resources/utilities/py_topics.yaml index 53d47a25..6b406779 100644 --- a/bot/resources/utilities/py_topics.yaml +++ b/bot/resources/utilities/py_topics.yaml @@ -16,7 +16,7 @@ - What was the first thing you created with Python? - What is your favorite Python package? - What standard library module is really underrated? - - Have you published any packages on PyPi? If so, what are they? + - Have you published any packages on PyPI? If so, what are they? - What are you currently working on in Python? - What's your favorite script and how has it helped you in day to day activities? - When you were first learning, what is something that stumped you? |