Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: Update with review comments.
  • Loading branch information
microbit-carlos committed Mar 22, 2022
commit e8069e41d1ad1822889d947f5a3e4453d2b8c716
8 changes: 4 additions & 4 deletions docs/log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ Functions
To add the log headers again the ``set_labels`` function should to be
called after this function.

There are two erase modes, "full" completely removes the data from the
physical storage, and the "fast" method only invalidates the data.
There are two erase modes; "full" completely removes the data from the
physical storage, and "fast" invalidates the data without removing it.

:param full: ``True`` selects a "full erase" and ``False`` selects the
"fast erase" method.
:param full: ``True`` selects a "full" erase and ``False`` selects the
"fast" erase method.

.. py:function:: add( data_dictionary, /, *, **kwargs)

Expand Down