#14819 closed (fixed)
Superfluous quote in docstring
| Reported by: | stringify | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Serialization) | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
A trivial fix to be sure, but it was messing up my editor's syntax highlighting so I had to do something.
Attachments (1)
Change History (6)
by , 15 years ago
| Attachment: | serializer_docstring.diff added |
|---|
comment:1 by , 15 years ago
| Version: | 1.2 → SVN |
|---|
comment:2 by , 15 years ago
| milestone: | → 1.3 |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [14789]) Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify for the report and patch.