diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index a38010084f7daf9595caa9bb3b9ee0a511c6449e..69364ba548cb0dc5d06c551d1396f09ee98b6e43 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -123,12 +123,12 @@ Let us see what would happen if a user used the global configuration file below. "myPKG" : "" }, "INCLUDES":{ - "myINC" : "-I /my/awesome/library/", + "myINC" : "-I /my/awesome/library/" }, "LIBS":{ "myLIB_N" : "" }, - "LDFLAGS" : "" + "LDFLAGS" : "", "EXTRA_LDFLAGS" : "-lpthread" }