Skip to content

Commit

Permalink
cleanup comment
Browse files Browse the repository at this point in the history
Signed-off-by: James Knight <james.d.knight@live.com>
  • Loading branch information
jdknight committed Sep 3, 2023
1 parent 2ff3974 commit df1d629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sphinxcontrib/confluencebuilder/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ def last_page_id(self, docname):

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

0 comments on commit df1d629

Please sign in to comment.