Skip to content

Commit

Permalink
further clarification in 0fa69c3 based on a suggestion by @mschauer
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Dec 9, 2014
1 parent 95256e7 commit 181a3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ adopt the following conventions:
underscores.
- Functions that write to their arguments have names that end in ``!``.
These are sometimes called "mutating" or "in-place" functions because
their results include changes in their arguments after the
function is called, not just the return value.
they are intended to produce changes in their arguments after the
function is called, not just return a value.

0 comments on commit 181a3ab

Please sign in to comment.