From 0b4b5e10461d6dfefb8aea7eea107400e3de2c31 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Thu, 2 Jun 2016 09:13:27 -0400 Subject: Make address link look better --- docs/units-and-global-variables.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index ee9d60d6..02cd134e 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -117,11 +117,9 @@ Address Related --------------- ``
.balance`` (``uint256``): - balance of the address in Wei + balance of the :ref:`address` in Wei ``
.send(uint256 amount) returns (bool)``: - send given amount of Wei to address, returns ``false`` on failure - -For more information, see the section on :ref:`address`. + send given amount of Wei to :ref:`address`, returns ``false`` on failure .. warning:: There are some dangers in using ``send``: The transfer fails if the call stack depth is at 1023 -- cgit v1.2.3