minor doc fixes

This commit is contained in:
Soren I. Bjornstad 2021-09-21 12:24:59 -05:00
parent 1304d8edc2
commit c79644e179
1 changed files with 2 additions and 4 deletions

View File

@ -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: