Skip to content

Commit df60d52

Browse files
author
Valdir Stumm Jr
authored
Replace cyrillic character in code sample
1 parent e690892 commit df60d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The library can also be used for interaction with spiders, jobs and scraped data
135135
First, use your API key for authorization::
136136

137137
>>> from scrapinghub import HubstorageClient
138-
>>> = HubstorageClient(auth='apikey')
138+
>>> hc = HubstorageClient(auth='apikey')
139139
>>> hc.server_timestamp()
140140
1446222762611
141141

0 commit comments

Comments
 (0)