1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

minor documentation reformat

This commit is contained in:
William Ting
2012-10-30 22:07:04 -05:00
parent 7b4a54ccc1
commit 1b5d9df854
4 changed files with 17 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ import re
import shutil
from tempfile import NamedTemporaryFile
VERSION = 'release-v21.0.1'
VERSION = 'release-v21.0.2'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'