Skip to content
Permalink
Browse files
Update README1.md
  • Loading branch information
cepulisb committed Nov 29, 2018
1 parent bb47f9c commit 45730f93ae175ede171fee035be6ae4b3f1abbc2
Showing 1 changed file with 2 additions and 1 deletion.
@@ -95,7 +95,8 @@ The first problem with which we encountered was that the bot was reading my ```G
So I founded that the function parameters was wrong because in

```python
``` def check_for_greeting(self, snetence)```
def check_for_greeting(self, snetence)
```

I was using not the ```sentence``` but the ```word``` so after that changes the code was working pretty fine.

0 comments on commit 45730f9

Please sign in to comment.