Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
corepost
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nexlab
corepost
Commits
6bff78dd
Commit
6bff78dd
authored
Apr 24, 2013
by
Jacek Furmankiewicz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6 from meeee/patch-1
Add missing () in url_routing.rst
parents
4721f176
44bedfe8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
url_routing.rst
doc/source/url_routing.rst
+1
-1
No files found.
doc/source/url_routing.rst
View file @
6bff78dd
...
@@ -25,7 +25,7 @@ based on URL (with dynamic paths), HTTP method, expected content type, etc::
...
@@ -25,7 +25,7 @@ based on URL (with dynamic paths), HTTP method, expected content type, etc::
return "%s" % numericid
return "%s" % numericid
if __name__ == '__main__':
if __name__ == '__main__':
app = RESTResource((RESTService,))
app = RESTResource((RESTService
()
,))
app.run()
app.run()
*Note*:
*Note*:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment