Opened 12 years ago
Closed 12 years ago
#22313 closed Cleanup/optimization (fixed)
Remove u'' prefix from strings in documentation
| Reported by: | Tim Graham | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
As part of making the docs "Python 3 first", we should remove the u'' prefix from strings. For example, in ref/forms/fields.txt: u'foo@example.com' should just be 'foo@example.com'.
Note:
See TracTickets
for help on using tickets.
In 3a97f992fbfbcf8b0480875b257e5d541a4b8315: