Rev 2798: clarify spacing for function parameters in http://sourcefrog.net/bzr/doc
Martin Pool
mbp at sourcefrog.net
Thu Sep 6 02:27:11 BST 2007
At http://sourcefrog.net/bzr/doc
------------------------------------------------------------
revno: 2798
revision-id: mbp at sourcefrog.net-20070906012710-fu7nkpp26k72a70n
parent: mbp at sourcefrog.net-20070905064242-642im0o3ookdlmqw
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: doc
timestamp: Thu 2007-09-06 11:27:10 +1000
message:
clarify spacing for function parameters
modified:
doc/developers/HACKING.txt HACKING-20050805200004-2a5dc975d870f78c
=== modified file 'doc/developers/HACKING.txt'
--- a/doc/developers/HACKING.txt 2007-09-05 06:42:42 +0000
+++ b/doc/developers/HACKING.txt 2007-09-06 01:27:10 +0000
@@ -683,6 +683,10 @@
marmalade,
)
+There should be spaces between function paramaters, but not between the
+keyword name and the value::
+
+ call(1, 3, cheese=quark)
In emacs::
More information about the bazaar-commits
mailing list