Skip to content

Commit 4f8a418

Browse files
taidaiimeta-codesync[bot]
authored andcommitted
transaction: fix a comment typo
Summary: as titled Reviewed By: lmvasquezg Differential Revision: D91446018 fbshipit-source-id: 3b4d171c27141d3f4de53c7399cc93aac50166aa
1 parent c1ce163 commit 4f8a418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eden/scm/sapling/transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def registertmp(self, tmpfile, location=""):
391391

392392
@active
393393
def addfilegenerator(self, genid, filenames, genfunc, order=0, location=""):
394-
"""add a function to generates some files at transaction commit
394+
"""add a function to generate some files at transaction commit
395395
396396
The `genfunc` argument is a function capable of generating proper
397397
content of each entry in the `filename` tuple.

0 commit comments

Comments
 (0)