[Trivial]remove unnecessary commna
Change-Id: Ie174e707adbc9ad668a2ad516e2cda11a8646b49 Closes-Bug: #1625566
This commit is contained in:
parent
68f76ce487
commit
44afeac9d4
@ -177,7 +177,7 @@ The complete ``urls.py`` file should look like this::
|
||||
from openstack_dashboard.dashboards.mydashboard.mypanel import views
|
||||
|
||||
|
||||
urlpatterns = [,
|
||||
urlpatterns = [
|
||||
url(r'^$',
|
||||
views.IndexView.as_view(), name='index'),
|
||||
url(r'^(?P<instance_id>[^/]+)/create_snapshot/$',
|
||||
|
Loading…
x
Reference in New Issue
Block a user