Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanMorfe committed Jan 25, 2016
1 parent c53a79d commit 4a5ed84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def login(email, password):
return False

# Now we test the function login.
if login('bryanmorfe@gmail.com', password1):
if login('bryanmorfe@gmail.com', 'password1'):
print("User logged successfully.")
else:
print("Credentials are incorrect.")
Expand Down Expand Up @@ -300,4 +300,4 @@ After the execution of the above code, our new file should look like this:
```

#### Credits
PTDB, as of *now*, the idea behind PTDB is mine. It created iniatially for personal usage, but then I thought it could be useful for you developers our there too. Although PTDB has been programmed solely by me, Bryan Morfe, I do owe a 'Thank you' to a lot of people out the in the internet who have taught me a lot.
PTDB: The idea behind PTDB is mine. It created iniatially for personal usage, but then I thought it could be useful for you developers our there too. Although PTDB, as of **now**, has been programmed solely by me, Bryan Morfe, I do owe a 'Thank you' to a lot of people out the in the internet who have taught me a lot.

0 comments on commit 4a5ed84

Please sign in to comment.