Wolfram Alpha now uses web.py to shorten URLS
This commit is contained in:
parent
3f937dca91
commit
ddee3b6ab1
2 changed files with 14 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
""" formatting.py - handy functions for formatting text """
|
||||
|
||||
|
||||
def capitalize_first(line):
|
||||
""" capitalises the first letter of words
|
||||
(keeps other letters intact)
|
||||
|
|
Reference in a new issue