Mercurial > p > roundup > code
diff doc/design.txt @ 4567:32b24abfe98e
Documentation polishing.
| author | Eric S. Raymond <esr@thyrsus.com> |
|---|---|
| date | Tue, 15 Nov 2011 18:35:54 -0500 |
| parents | f4a863d88a99 |
| children | 0485b47a39a8 |
line wrap: on
line diff
--- a/doc/design.txt Sun Nov 13 11:18:42 2011 -0500 +++ b/doc/design.txt Tue Nov 15 18:35:54 2011 -0500 @@ -23,7 +23,7 @@ ----------------- Lots of software design documents come with a picture of a cake. -Everybody seems to like them. I also like cakes (i think they are +Everybody seems to like them. I also like cakes (I think they are tasty). So I, too, shall include a picture of a cake here:: ________________________________________________________________ @@ -68,7 +68,7 @@ representing date-and-time stamps and Interval objects for representing date-and-time intervals. -As strings, date-and-time stamps are specified with the date in +As strings, date-and-time stamps are specified with the date in ISO8601 international standard format (``yyyy-mm-dd``) joined to the time (``hh:mm:ss``) by a period "``.``". Dates in this form can be easily compared and are fairly readable when printed. An example of a valid @@ -457,7 +457,7 @@ given items. 'propspec' consists of keyword args propname=itemid or - propname={<itemid 1>:1, <itemid 2>: 1, ...} + propname={<itemid 1>:1, <itemid 2>:1, ...} 'propname' must be the name of a property in this class, or a KeyError is raised. That property must be a Link or Multilink property, or a TypeError
