Skip to content

Commit 5b10155

Browse files
committed
Merge pull request smurfix#121 from fmerges/master
Add missing source code marker in docs
2 parents dc452e0 + e23859a commit 5b10155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ runserver
409409

410410
**Flask-Script** has a couple of ready commands you can add and customise: ``Server`` and ``Shell``.
411411

412-
The ``Server`` command runs the **Flask** development server.
412+
The ``Server`` command runs the **Flask** development server.::
413413

414414
from flask.ext.script import Server, Manager
415415
from myapp import create_app

0 commit comments

Comments
 (0)