Skip to content

Commit 7ab29c1

Browse files
author
Pradish Bijukchhe
authored
readme - fix SyntaxError in WEB AUTOMATION (tebelorg#293)
Hi @pradishb thanks so much for catching this and sending a PR. I must have missed it while updating it to a more specific identifier 😅
1 parent bea81c5 commit 7ab29c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RPA for Python's simple and powerful API makes robotic process automation fun! Y
2929
```python
3030
r.init()
3131
r.url('https://www.google.com')
32-
r.type('//*[@name='q']', 'decentralization[enter]')
32+
r.type('//*[@name="q"]', 'decentralization[enter]')
3333
print(r.read('result-stats'))
3434
r.snap('page', 'results.png')
3535
r.close()

0 commit comments

Comments
 (0)