Skip to content

Commit df1d629

Browse files
committed
cleanup comment
Signed-off-by: James Knight <[email protected]>
1 parent 2ff3974 commit df1d629

File tree

1 file changed

+4
-4
lines changed
  • sphinxcontrib/confluencebuilder

1 file changed

+4
-4
lines changed

sphinxcontrib/confluencebuilder/env.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ def last_page_id(self, docname):
119119

120120
def track_page_hash(self, docname):
121121
"""
122-
track the last publish page identifier for a document
122+
track the last publish page hash for a document
123123
124-
This call can be used to track last page identifier a specific
125-
document was published to. This is to help on re-runs where a
126-
run may wish to be aware of already published documents.
124+
This call can be used to track last page hash a specific document.
125+
This is to help on re-runs when checking to see if a given page
126+
is outdated if the hash changes.
127127
128128
Args:
129129
docname: the name of the document

0 commit comments

Comments
 (0)