From 353c76f24d56fc1cc8d3d90f60d25a24d6b81d56 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Fri, 1 Jan 2016 22:23:14 -0800
Subject: HEAD: Fix formatting of Python code

---
 source/blog/2016-01-01-virtualenvs-for-everyone.md | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'source/blog')

diff --git a/source/blog/2016-01-01-virtualenvs-for-everyone.md b/source/blog/2016-01-01-virtualenvs-for-everyone.md
index 193deb64..faf27fb7 100644
--- a/source/blog/2016-01-01-virtualenvs-for-everyone.md
+++ b/source/blog/2016-01-01-virtualenvs-for-everyone.md
@@ -15,12 +15,15 @@ This task could clearly be automated; the only slightly tricky bit is to program
 #!/usr/bin/env python3
 
 """setuptools stubs.
+
 Here we only stubbed the symbols in setuptools.__all__. Hopefully that's
 enough (actually I can't remember seeing any setup.py using more than
 setup and find_packages).
+
 setup has been spoofed to print the names of scripts, console_scripts
 and gui_scripts defined in the arguments to setup. Some user-friendly
 messages are also printed to stderr.
+
 """
 
 from __future__ import print_function
-- 
cgit v1.2.1