Skip to content

Commit bc09f20

Browse files
authored
Updating to correct format
1 parent 33ef2d3 commit bc09f20

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -475,21 +475,15 @@ Configuring Timeout
475475
-------
476476
Timeout is passed in the OpenTok constructor:
477477

478-
```
479-
self.timeout = timeout
480-
```
478+
``self.timeout = timeout``
481479

482480
In order to configure timeout, first create an instance:
483481

484-
```
485-
opentok = OpenTok(...., timeout=value)
486-
``
482+
``opentok = OpenTok(...., timeout=value)``
487483

488484
And then proceed to change the value with
489485

490-
```
491-
opentok.timeout = value
492-
```
486+
``opentok.timeout = value``
493487

494488
Samples
495489
-------

0 commit comments

Comments
 (0)