Unverified Commit 2ce48ae3 authored by Serge S. Koval's avatar Serge S. Koval Committed by GitHub

Merge pull request #1667 from gsw945/patch-1

fix doc import error in advanced.rst
parents 1e7abc6a dfc30166
...@@ -34,7 +34,7 @@ Enabling localization is simple: ...@@ -34,7 +34,7 @@ Enabling localization is simple:
#. Initialize Flask-BabelEx by creating instance of `Babel` class:: #. Initialize Flask-BabelEx by creating instance of `Babel` class::
from flask import app from flask import Flask
from flask_babelex import Babel from flask_babelex import Babel
app = Flask(__name__) app = Flask(__name__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment