Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV committed Jun 3, 2013
1 parent 392839a commit 7c67424
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions power.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
def power(x):
"""
Returns the power of x
Returns
-------
x ** 2
"""
return x ** 2

Expand Down

0 comments on commit 7c67424

Please sign in to comment.