You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
The description and body fields were being modifed to drop their
capitals throughout the text when capitalising the first letter. This
was behaviour of the built in str.capitalize() method. A new utility
function has been created which performs the desired behaviour of purely
upper casing the first character in a string.
Fix#25Fix#28
"""A utility function that will capitalise only the first character in a string. Unlike str.capitalize() which will lower all other characters in the string."""
0 commit comments