[docs] datetime.strftime nits

Skip Montanaro skip at pobox.com
Sun Oct 13 01:02:53 CEST 2013


How about this modification? From this:

The full set of format codes supported varies across platforms,
because Python calls the platform C library’s strftime()function, and
platform variations are common.

to this:

The full set of format codes supported varies across platforms,
because Python calls the platform C library’s strftime()function, and
platform variations are common. To see the full set of format codes
supported on your platform, consult the strftime(3) documentation.

?

Skip


More information about the docs mailing list