From 94a5ccbc65075727029fd009236c78164bb0e404 Mon Sep 17 00:00:00 2001 From: Swapnil Joshi Date: Fri, 28 Nov 2014 13:15:46 +0530 Subject: Fixed a typo in link Fixed typo accidentally caused while fixing another typo. --- doc/USAGE.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/USAGE.markdown b/doc/USAGE.markdown index b7b4b54..c8205c7 100644 --- a/doc/USAGE.markdown +++ b/doc/USAGE.markdown @@ -135,7 +135,7 @@ q supports multiple parsing modes: The format of F is as a list of X=f separated by commas, where X is a column number and f is a python format: * X - column number - This is the SELECTed column (or expression) number, not the one from the original table. E.g, 1 is the first SELECTed column, 3 is the third SELECTed column. -* f - A python formatting string - See http://docs.python.org/release/2.4.4/hlib/typesseq-strings.html for details if needed. +* f - A python formatting string - See http://docs.python.org/release/2.4.4/lib/typesseq-strings.html for details if needed. ** Example: `-f 3=%-10s,5=%4.3f,1=%x` ## EXAMPLES -- cgit v1.2.3