Skip to content
New issue

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 in mtbl.pyx MTBL sorter docs #7

Open
reedjc opened this issue Jun 13, 2017 · 0 comments
Open

typo in mtbl.pyx MTBL sorter docs #7

reedjc opened this issue Jun 13, 2017 · 0 comments

Comments

@reedjc
Copy link
Contributor

reedjc commented Jun 13, 2017

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant