From 50eea2614510b87031fed60bdab40e5b878fef70 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sat, 1 Jul 2017 21:15:43 +0300
Subject: [PATCH] docs/differences/index_template: Use consistent heading
 casing.

And in our case, "consistent" is where each word in the heading is *not*
capitalized.
---
 docs/differences/index_template.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/differences/index_template.txt b/docs/differences/index_template.txt
index 6ade2c2da..772a7104a 100644
--- a/docs/differences/index_template.txt
+++ b/docs/differences/index_template.txt
@@ -1,4 +1,4 @@
-MicroPython Differences from CPython
+MicroPython differences from CPython
 ====================================
 
 The operations listed in this section produce conflicting results in MicroPython when compared to standard Python.
-- 
GitLab