Update documentation on the generate task

Instead of base64, we now use base85
This commit is contained in:
Guilherme Espada 2015-03-19 19:46:06 +00:00
parent 3b14a4f0e5
commit 06ba1d5de9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def installer(installer_path=os.path.join(paths.CONTRIB, "get-pip.py")):
# Hi There!
# You may be wondering what this giant blob of binary data here is, you might
# even be worried that we're up to something nefarious (good for you for being
# paranoid!). This is a base64 encoding of a zip file, this zip file contains
# paranoid!). This is a base85 encoding of a zip file, this zip file contains
# an entire copy of pip.
#
# Pip is a thing that installs packages, pip itself is a package that someone