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