Skip to content

Commit

Permalink
Update encoding_and_decoding.py
Browse files Browse the repository at this point in the history
kyu_3/rail_fence_cipher_encoding_and_decoding/encoding_and_decoding.py:10 in public function `get_rails`:
        D205: 1 blank line required between summary line and description (found 0)

        Multi-line docstrings consist of a summary line just like a one-line
        docstring, followed by a blank line, followed by a more elaborate
        description. The summary line may be used by automatic indexing tools;
        it is important that it fits on one line and is separated from the
        rest of the docstring by a blank line.
  • Loading branch information
ikostan committed Dec 5, 2024
1 parent 31ddfc5 commit 81df556
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
def get_rails(string: str, n: int) -> list:
"""
Create rails matrix.
:param string: str
:param n: int, the number of rails
:return: list, rails matrix
Expand Down

0 comments on commit 81df556

Please sign in to comment.