summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarikg <darikg@users.noreply.github.com>2016-10-17 19:29:24 -0400
committerGitHub <noreply@github.com>2016-10-17 19:29:24 -0400
commita5a9fafc2f6b0f924f0e31401f1bae814d575fa6 (patch)
treedb30ba0f706a5bb7e9c1cd8938725ccafe9814e7
parent1b6fee1f6e5ad1686f622758d6cecf2996dd3050 (diff)
parent9584c82a354c5ef6fe94080447c5f506a3376c16 (diff)
Merge pull request #599 from lelit/fix-pgclirc-typo
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"