summaryrefslogtreecommitdiff
path: root/gitdb/db/pack.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-06-13 23:29:22 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-06-13 23:49:42 +0200
commit4524faf0d0c5383268b134084954b34faeaa766d (patch)
treec907cf46ff1d49628e68a0dcd3cf3e3b8860287a /gitdb/db/pack.py
parent40762f9a744c3719396a71819c1fcd3815cc2f2b (diff)
downloadgitdb-4524faf0d0c5383268b134084954b34faeaa766d.tar.gz
Fixed up docs for upcoming release. Bumped version to 0.5.3
Diffstat (limited to 'gitdb/db/pack.py')
-rw-r--r--gitdb/db/pack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitdb/db/pack.py b/gitdb/db/pack.py
index eef3f71..4c9d0b9 100644
--- a/gitdb/db/pack.py
+++ b/gitdb/db/pack.py
@@ -58,7 +58,7 @@ class PackedDB(FileDBBase, ObjectDBR, CachingDB, LazyMixin):
""":return: tuple(entity, index) for an item at the given sha
:param sha: 20 or 40 byte sha
:raise BadObject:
- :note: This method is not thread-safe, but may be hit in multi-threaded
+ **Note:** This method is not thread-safe, but may be hit in multi-threaded
operation. The worst thing that can happen though is a counter that
was not incremented, or the list being in wrong order. So we safe
the time for locking here, lets see how that goes"""