Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jczic committed Oct 4, 2019
1 parent 6514439 commit 1746bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
| - | - |
| SrvAddr | Tuple of ip and port |
| CliAddr | Tuple of ip and port |
| IsSSL | Return True if SSL is used |
| SendingBuffer | Return the existing buffer used to send data |
| IsSSL | Return `True` if SSL is used |
| SendingBuffer | Get the existing buffer (memoryview) used to send data |
| OnFailsToConnect | Get or set an event of type f(xAsyncTCPClient) |
| OnConnected | Get or set an event of type f(xAsyncTCPClient) |

Expand Down Expand Up @@ -169,7 +169,7 @@

| Property | Details |
| - | - |
| Empty | Return True if the FiFo is empty |
| Empty | Return `True` if the FiFo is empty |

### By JC`zic for [HC²](https://www.hc2.fr) ;')

Expand Down

0 comments on commit 1746bf3

Please sign in to comment.