summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLele Gaifax <lele@metapensiero.it>2016-10-17 20:27:29 +0200
committerLele Gaifax <lele@metapensiero.it>2016-10-17 20:27:29 +0200
commit9584c82a354c5ef6fe94080447c5f506a3376c16 (patch)
treedb30ba0f706a5bb7e9c1cd8938725ccafe9814e7
parent1b6fee1f6e5ad1686f622758d6cecf2996dd3050 (diff)
Fix typo in the decimal representation example
-rw-r--r--pgcli/pgclirc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcli/pgclirc b/pgcli/pgclirc
index 4c4dc883..3ff831c4 100644
--- a/pgcli/pgclirc
+++ b/pgcli/pgclirc
@@ -129,7 +129,7 @@ Token.Toolbar.Arg.Text = 'nobold'
# example_dsn = postgresql://[user[:password]@][netloc][:port][/dbname]
# Format for number representation
-# for decimal "d" - 12345678, ",d" - 123,456,78
+# for decimal "d" - 12345678, ",d" - 12,345,678
# for float "g" - 123456.78, ",g" - 123,456.78
[data_formats]
decimal = ",d"