Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylenw committed Jan 3, 2015
1 parent 8231b50 commit f53bf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysite/posts/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#so in the url of browser, to acess specific post, root/posts/x/, where
#x is the number (id) refering to the post
#[\s\S]* catches every, our post.slug hits this
#[\s\S]* catches everything after root/posts/x/, our post.slug hits this


#the above url is using regex expressions talking to
Expand Down

0 comments on commit f53bf3a

Please sign in to comment.