From 2914f721881a6387b6ddbc783b2ccb1348a73ba1 Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Fri, 21 Aug 2015 14:54:53 +0100 Subject: [PATCH] Megabyte is abbreviated 'MB', according to wikipedia --- docs/shipping/freezing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shipping/freezing.rst b/docs/shipping/freezing.rst index cdea1e6..2d8b0e3 100644 --- a/docs/shipping/freezing.rst +++ b/docs/shipping/freezing.rst @@ -15,7 +15,7 @@ if the user doesn't already have the required version of Python installed. On Windows, and even on many Linux distributions and OSX versions, the right version of Python will not already be installed. -One disadvantage is that it will bloat your distribution by about 2Mb. +One disadvantage is that it will bloat your distribution by about 2MB. Another problem is that your application will not receive any security updates to the version of Python it uses unless you freeze a new version and get users to download it.