summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"