Skip to content

Commit

Permalink
Fix description of mowgli_patricia routines. (ref #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Mar 27, 2013
1 parent 5377abb commit 0dff482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ It contains:
- mowgli.argstack: Safe serialization of valists.
- mowgli.assert: Various assertion routines that can be used.
- mowgli.bitvector: Bitmasks with an unlimited level of precision.
- mowgli.patricia: A keyword-backed definition hashtable class.
- mowgli.patricia: A dictionary implementation based on a modified
patricia tree algorithm (uses nibbles instead of
bits for branching).
- mowgli.error_backtrace: Provide feedback to users on what caused
the error they are recieving.
- mowgli.formatter: A simple token formatter which is sometimes useful.
Expand Down

0 comments on commit 0dff482

Please sign in to comment.