Skip to content

Commit 3c7c358

Browse files
committed
Clarify wording.
1 parent 98798ba commit 3c7c358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/upgrading.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ journal method to a rollback journal (``delete`` mode) by
400400
using step 2 and replacing ``wal`` with ``delete``. (Note:
401401
SQLite supports other journaling modes, but only ``wal`` and
402402
``delete`` persist. Roundup doesn't set a journaling mode
403-
when it opens the database, so options such as ``truncate``
404-
are not used.)
403+
when it opens the database, so journaling mode options such
404+
as ``truncate`` are not useful.)
405405

406406
For details on WAL mode see `<https://www.sqlite.org/wal.html>`_
407407
and `<https://www.sqlite.org/pragma.html#pragma_journal_mode>`_.

0 commit comments

Comments
 (0)