Opened 18 years ago
Closed 18 years ago
#4246 closed (invalid)
Tutorial errata
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Tutorial part 2
the line
return self.pub_date.date() == datetime.date.today()
shouldn't it be like the following?
return self.pub_date.date() == datetime.today().date()
Note:
See TracTickets
for help on using tickets.
No? :