From 49e39bf1ba184698469b271fd04f86937c78f417 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 6 Nov 2009 16:49:48 -0200 Subject: [PATCH] fixed typo --- docs/api-stability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-stability.rst b/docs/api-stability.rst index 178642b46..f415bd8fa 100644 --- a/docs/api-stability.rst +++ b/docs/api-stability.rst @@ -16,7 +16,7 @@ When Scrapy reaches 1.0, each release will consist of three version numbers: * micro - bug fixes only Until Scrapy reaches 1.0, minor releases (0.7, 0.8, etc) will follow the same -policy as major release. +policy as major releases. Sometimes the micro version can be omitted, for brevity, when it's not relevant.