From bb579a7dc676d7d0a3d24ee4f07883c74c726a9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com>
Date: Fri, 16 Apr 2010 16:49:25 +0200
Subject: [PATCH] Fix heading to the one of epydoc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: RenΓ© Nussbaumer <rn@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 lib/rapi/rlib2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/rapi/rlib2.py b/lib/rapi/rlib2.py
index 020aae5f0..09e883db9 100644
--- a/lib/rapi/rlib2.py
+++ b/lib/rapi/rlib2.py
@@ -22,7 +22,7 @@
 """Remote API version 2 baserlib.library.
 
   PUT or POST?
-  ------------
+  ============
 
   According to RFC2616 the main difference between PUT and POST is that
   POST can create new resources but PUT can only create the resource the
-- 
GitLab