From c79644e179dfbc6ffd731bd5cee2e30f79f7f844 Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Tue, 21 Sep 2021 12:24:59 -0500 Subject: [PATCH] minor doc fixes --- tzk/builders.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tzk/builders.py b/tzk/builders.py index 1cb7936..6279c43 100644 --- a/tzk/builders.py +++ b/tzk/builders.py @@ -110,7 +110,7 @@ def require_clean_working_tree() -> None: For the standard build process, it is not necessary for the working tree to be clean. However, if you use any custom build steps that compare history, or you simply want to ensure that you always have a recent checkpoint in your - local version whenever you publishing another version, this may be a useful + local version whenever you publish another version, this may be a useful requirement. """ pleasecommit = "Please commit or stash them before publishing (try 'tzk commit')." @@ -538,9 +538,7 @@ def delete_tiddlers(tiddlers: Sequence[str]) -> None: This is hopefully self-explanatory. - .. code-block:: python - - :param mappings: A list of filenames of tiddlers to delete. + :param tiddlers: A list of filenames of tiddlers to delete. """ assert 'public_wiki_folder' in build_state for tiddler in tiddlers: