Skip to content

Commit 4e95527

Browse files
committed
Minor tweak
1 parent 3efacf8 commit 4e95527

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -963,9 +963,9 @@ every request.
963963

964964
Here are some common examples of how ``base_uri`` merging works in practice:
965965

966-
========================== ================== ==========================
966+
========================== ================== =============================
967967
``base_uri`` Relative URI Actual Requested URI
968-
========================== ================== ==========================
968+
========================== ================== =============================
969969
http://example.org /bar http://example.org/bar
970970
http://example.org/foo /bar http://example.org/bar
971971
http://example.org/foo bar http://example.org/bar
@@ -977,7 +977,7 @@ http://example.org/api/v4 /bar http://example.org/bar
977977
http://example.org/api/v4/ /bar http://example.org/bar
978978
http://example.org/api/v4 bar http://example.org/api/bar
979979
http://example.org/api/v4/ bar http://example.org/api/v4/bar
980-
========================== ================== ==========================
980+
========================== ================== =============================
981981

982982
bindto
983983
......

0 commit comments

Comments
 (0)