diff --git a/README.rst b/README.rst index fb4399f0..afa7f6a3 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Features * Format API with `format string syntax `_ similar to the one used by `str.format - `_ in Python. + `_ in Python. * Safe `printf implementation `_ including the POSIX extension for positional arguments. @@ -132,10 +132,10 @@ Projects using this library * `AMPL/MP `_: An open-source library for mathematical programming -* `HarpyWar/pvpgn `_: +* `HarpyWar/pvpgn `_: Player vs Player Gaming Network with tweaks -* `KBEngine `_: An open-source MMOG server engine +* `KBEngine `_: An open-source MMOG server engine * `Lifeline `_: A 2D game @@ -148,7 +148,7 @@ Projects using this library * `redis-cerberus `_: A Redis cluster proxy -* `Saddy `_: +* `Saddy `_: Small crossplatform 2D graphic engine * `Salesforce Analytics Cloud `_: @@ -188,7 +188,7 @@ doesn't support user-defined types. Printf also has safety issues although they are mostly solved with `__attribute__ ((format (printf, ...)) `_ in GCC. There is a POSIX extension that adds positional arguments required for -`i18n `_ +`i18n `_ to printf but it is not a part of C99 and may not be available on some platforms. @@ -376,7 +376,7 @@ C++ Format is distributed under the BSD `license The `Format String Syntax `_ section in the documentation is based on the one from Python `string module -documentation `_ +documentation `_ adapted for the current library. For this reason the documentation is distributed under the Python Software Foundation license available in `doc/python-license.txt @@ -409,4 +409,4 @@ formatting. Thanks `Ruslan Baratov `_ for comprehensiv and useful comments regarding performance, `Boris Kaul `_ for `C++ counting digits benchmark `_. Thanks to `CarterLi `_ for contributing various -improvements to the code. +improvements to the code. \ No newline at end of file