Brock Pytlik wrote:
Shawn Walker wrote:

  lines 301-302: don't use ' characters to quote key names, always use "
      you included the % {} within the _(); it needs to be outside that
      there should always be a space after : characters in dicts
Thanks for catching this, I meant for the dict to be outside. Just curious, is ' vs " style or does it have different semantics?

Style; ask Danek. As far as I know, unlike perl, it doesn't have any real effect except forcing to escape quotation marks.

Cheers,
--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to