diff --git a/mysite/posts/urls.py b/mysite/posts/urls.py index bbe418d..42f285a 100644 --- a/mysite/posts/urls.py +++ b/mysite/posts/urls.py @@ -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