Skip to content

Commit e23859a

Browse files
committed
Add missing source code marker in docs
1 parent a497aec commit e23859a

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)