One more indentation nit

This commit is contained in:
Nick Coghlan 2010-07-20 22:36:51 +00:00
parent 7530a8f583
commit b615c64170
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Subexpressions up front?::
Or subexpressions indented?::
desired_property = calc_value(temp, depth, purity,
salinity, size, density) given:
salinity, size, density) given:
sea = water()
temp = get_temperature(sea)
depth = get_depth(sea)