mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-22 09:12:08 +00:00
Update documentation
This commit is contained in:
parent
5efef35d8d
commit
2bef9b9cb3
|
@ -1,7 +1,7 @@
|
||||||
def apply_rot13(s: str) -> str:
|
def apply_rot13(s: str) -> str:
|
||||||
"""
|
"""
|
||||||
Performs a special case of the Caesar cipher.
|
Performs a special reversible case of the Caesar cipher.
|
||||||
Rotates the plaintext by 13 letters.
|
Rotates a text by 13 letters.
|
||||||
Also see: https://en.wikipedia.org/wiki/ROT13
|
Also see: https://en.wikipedia.org/wiki/ROT13
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user