We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d73aeb commit 59c427fCopy full SHA for 59c427f
README.md
@@ -14,7 +14,7 @@ The [palindrome](/palindrome) test takes a `string` and checks if it's equals to
14
The [grocery shopping](/grocery-shopping) it's a example on how to read and write python objects on files using pickle.
15
16
### Password storage [WIP]
17
-The [password storage](/password-store) encrypts a password using the caesar cipher(for now) and stores in a file.
+The [password storage](/password-storage) encrypts a password using the caesar cipher(for now) and stores in a file.
18
19
## Learning source
20
* [A byte of python(PDF)](https://edisciplinas.usp.br/pluginfile.php/3252353/mod_resource/content/1/b_Swaroop_Byte_of_python.pdf)
0 commit comments