summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSwapnil Joshi <swapnil.gnu@gmail.com>2014-11-28 13:15:46 +0530
committerSwapnil Joshi <swapnil.gnu@gmail.com>2014-11-28 13:15:46 +0530
commit94a5ccbc65075727029fd009236c78164bb0e404 (patch)
tree08638cbaa136d8cc35bd1ac2647b1ed6d1f3255b /doc
parent9e31efe6bbf6ca19979482afc801d69caf343bc4 (diff)
Fixed a typo in link
Fixed typo accidentally caused while fixing another typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/USAGE.markdown2
1 files changed, 1 insertions, 1 deletions
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