We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo fix:
diff --git a/mtbl.pyx b/mtbl.pyx index b15c853..82365c9 100644 --- a/mtbl.pyx +++ b/mtbl.pyx @@ -586,7 +586,7 @@ cdef class sorter(object): Keyword arguments: temp_dir -- temporary directory (default "/var/tmp") - max_memory -- maxmimum amount of memory for in-memory sorting in bytes (default 1 GB) + max_memory -- maximum amount of memory for in-memory sorting in bytes (default 1 GB) """ cdef mtbl_sorter *_instance cdef _lock
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Typo fix:
The text was updated successfully, but these errors were encountered: