Skip to content

typo in mtbl.pyx MTBL sorter docs #7

Description

@reedjc

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions