Skip to content

Commit ca81f4b

Browse files
committed
fix(docs): Fix quote in quickstart guide
1 parent 6712ace commit ca81f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ When you access a preference value (e.g. via ``global_preferences['maintenance_m
112112

113113
Therefore, in the worst-case scenario, accessing a single preference value can trigger up to two database queries. Most of the time, however, dynamic-preferences will only hit the cache.
114114

115-
When you set a preference value (e.g. via``global_preferences['maintenance_mode'] = True``), dynamic-preferences follows these steps:
115+
When you set a preference value (e.g. via ``global_preferences['maintenance_mode'] = True``), dynamic-preferences follows these steps:
116116

117117
1. The corresponding row is queried from the database (1 query)
118118
2. The new value is set and persisted in db (1 query)

0 commit comments

Comments
 (0)