objectstore: small comment fix
Just fix a typo, and start the comment with a capital letter.
This commit is contained in:
parent
0b870d88f0
commit
c3c06a1ebd
1 changed files with 2 additions and 2 deletions
|
|
@ -306,8 +306,8 @@ class ObjectStore(contextlib.AbstractContextManager):
|
||||||
Returns: The name of the object
|
Returns: The name of the object
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# the object is stored in the objects directory using its unique
|
# The object is stored in the objects directory using its unique
|
||||||
# name. This means that eatch commit will always result in a new
|
# name. This means that each commit will always result in a new
|
||||||
# object in the store, even if an identical one exists.
|
# object in the store, even if an identical one exists.
|
||||||
object_name = obj.store_tree()
|
object_name = obj.store_tree()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue