Wolfram Alpha now uses web.py to shorten URLS

This commit is contained in:
Luke Rogers 2012-04-21 16:03:08 +12:00
parent 3f937dca91
commit ddee3b6ab1
2 changed files with 14 additions and 3 deletions

View file

@ -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)