Skip to content

Commit 377d1e8

Browse files
committed
doc: put example in callout using ::
1 parent 1a1d857 commit 377d1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/upgrading.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ improvement, encouraging a wider adoption of the feature. In the
10771077
event that an undiscovered bug arises, it can still be disabled
10781078
if you experience problems. To disable it, modify your wsgi
10791079
startup script and add the feature_flags to the RequestDispatcher
1080-
as below:
1080+
as below::
10811081

10821082
feature_flags = { "cache_tracker": False }
10831083
app = RequestDispatcher(tracker_home, feature_flags=feature_flags)

0 commit comments

Comments
 (0)