Chromium Code Reviews| Index: mojo/public/third_party/ply/README |
| diff --git a/mojo/public/third_party/ply/README b/mojo/public/third_party/ply/README |
| index 5a954f6e4165a819271195d110922249fed01693..f384d1a9385314ea66369ebac4b65102291e1ffb 100644 |
| --- a/mojo/public/third_party/ply/README |
| +++ b/mojo/public/third_party/ply/README |
| @@ -136,7 +136,7 @@ subset of basic language features. You should not convert PLY using |
| 2to3--it is not necessary and may in fact break the implementation. |
| Example |
| -======= |
| +======= |
| Here is a simple example showing a PLY implementation of a calculator |
| with variables. |