From 24e6ef998899418d73a63a64141fbaa209320967 Mon Sep 17 00:00:00 2001
From: Joshua Harlow <harlowja@yahoo-inc.com>
Date: Thu, 23 Oct 2014 18:02:37 -0700
Subject: Make the cloud_init_modules look like a heredoc/inline heredoc

---
 cloudinit/config/cc_ubuntu_init_switch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloudinit/config/cc_ubuntu_init_switch.py b/cloudinit/config/cc_ubuntu_init_switch.py
index 12b6d6d5..7e88ed85 100644
--- a/cloudinit/config/cc_ubuntu_init_switch.py
+++ b/cloudinit/config/cc_ubuntu_init_switch.py
@@ -21,7 +21,7 @@
 
 **Description:** This module provides a way for the user to boot with systemd
 even if the image is set to boot with upstart.  It should be run as one of the
-first cloud_init_modules, and will switch the init system and then issue a
+first ``cloud_init_modules``, and will switch the init system and then issue a
 reboot. The next boot will come up in the target init system and no action will
 be taken.
 
-- 
cgit v1.2.3