Skip to content
Snippets Groups Projects
Commit 364d7f42 authored by Martin Mareš's avatar Martin Mareš
Browse files

Mergesort: Typo

parent eedebf19
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Třídicí algoritmus Mergesort
def merge(x, y):
"""Slévání dvou setříděných posloupností."''
"""Slévání dvou setříděných posloupností."""
i = j = 0
out = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment