From 827c606f828f9c4749447936d8df5f68e55a8166 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Wed, 4 Nov 2009 10:35:16 +0000 Subject: [PATCH] more docstrings. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@150 1aa58f4a-7d42-0410-adbc-911cccaed67c --- docs/index.html | 4 ++-- pdfminer/arcfour.py | 9 +++++---- pdfminer/fontmetrics.py | 19 ++++++++++++------- pdfminer/glyphlist.py | 19 ++++++++++++------- pdfminer/latin2ascii.py | 12 +++++++++++- pdfminer/latin_enc.py | 12 +++++++++--- pdfminer/pycdb.py | 18 ++++++++++++------ pdfminer/rijndael.py | 18 +++++++++++------- 8 files changed, 74 insertions(+), 37 deletions(-) diff --git a/docs/index.html b/docs/index.html index 47639bd..75412e3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Oct 31 12:03:49 JST 2009 +Last Modified: Wed Nov 4 18:47:49 JST 2009
@@ -353,7 +353,7 @@ no stream header is displayed for the ease of saving it to a file.

Changes