launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29169
[Merge] ~jugmac00/launchpad:fix-regression-from-applying-black-on-docstrings-and-doctests into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-regression-from-applying-black-on-docstrings-and-doctests into launchpad:master.
Commit message:
Fix regression from applying blackdoc
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/429718
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-regression-from-applying-black-on-docstrings-and-doctests into launchpad:master.
diff --git a/lib/lp/blueprints/stories/blueprints/xx-dependencies.rst b/lib/lp/blueprints/stories/blueprints/xx-dependencies.rst
index 33e4196..8a6ee9b 100644
--- a/lib/lp/blueprints/stories/blueprints/xx-dependencies.rst
+++ b/lib/lp/blueprints/stories/blueprints/xx-dependencies.rst
@@ -226,8 +226,7 @@ that.
>>> anon_browser.open(
... "http://launchpad.test/firefox/+spec/canvas/+deptree"
... )
- >>> print("----")
- >>> print(anon_browser.contents)
+ >>> print("----\n%s" % anon_browser.contents)
----
...Blueprints that must be implemented first...
...Support E4X in EcmaScript...