From 6706f3eb965d018466d35122dca0f65c169a1f1c Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 5 Oct 2018 14:46:02 +0200 Subject: Remove non-ascii quotes. --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts.rst b/docs/contracts.rst index 95967975..faef3fc2 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -785,7 +785,7 @@ Topics allow you to search for events, for example when filtering a sequence of blocks for certain events. You can also filter events by the address of the contract that emitted the event. -For example, the code below uses the web3.js ``subscribe(“logs”)`` +For example, the code below uses the web3.js ``subscribe("logs")`` `method `_ to filter logs that match a topic with a certain address value: -- cgit v1.2.3