Opened 17 years ago
Closed 17 years ago
#9078 closed (fixed)
Paste-friendly listing in sitemaps docs
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 | 
| Severity: | Keywords: | ||
| Cc: | mo.longman@… | Triage Stage: | Unreviewed | 
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
At http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/#creating-a-sitemap-index there is listing that can be copy-pasted to URLconf for common sites. But there is no "," symbol at line ends.
It is not a bug ot smth, but it can steal several seconds from someone
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [9026]) Fixed #9078: Added commas to the example URLconf lines so that they can be easily copied and pasted. Thanks to mo.longman@… for the suggestion.