jenkins-bot submitted this change.

View Change

Approvals: jenkins-bot: Verified Meno25: Looks good to me, approved
[doc] Fix table syntax

Change-Id: I018f8bcafcb0395dd919c1e7dc7e50e9044e00d0
---
M CONTENT.rst
M pywikibot/CONTENT.rst
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CONTENT.rst b/CONTENT.rst
index 4e1e329..124b051 100644
--- a/CONTENT.rst
+++ b/CONTENT.rst
@@ -1,7 +1,7 @@
The contents of the package
---------------------------

- +---------------------------------------------------------------------------------------+
+ +---------------------------+-----------------------------------------------------------+
| README and config files: |
+===========================+===========================================================+
| AUTHORS.rst | List of major contributors to this module |
@@ -41,7 +41,7 @@
| user-fixes.py.sample | Example user-fixes.py file for reference |
+---------------------------+-----------------------------------------------------------+

- +---------------------------------------------------------------------------------------+
+ +---------------------------+-----------------------------------------------------------+
| Directories |
+===========================+===========================================================+
| pywikibot | Contains some libraries and control files |
diff --git a/pywikibot/CONTENT.rst b/pywikibot/CONTENT.rst
index 9485220..17b5a60 100644
--- a/pywikibot/CONTENT.rst
+++ b/pywikibot/CONTENT.rst
@@ -1,7 +1,7 @@
The contents of the package
---------------------------

- +-----------------------------------------------------------------------------------+
+ +----------------------------+------------------------------------------------------+
| Library routines |
+============================+======================================================+
| __init__.py | Initialization of the Pywikibot framework, |
@@ -241,7 +241,7 @@
+----------------------------+------------------------------------------------------+


- +-----------------------------------------------------------------------------------+
+ +----------------------------+------------------------------------------------------+
| User Interface |
+============================+======================================================+
| _interface_base.py | Abstract base user interface module |
@@ -260,7 +260,7 @@
+----------------------------+------------------------------------------------------+


- +-----------------------------------------------------------------------------------+
+ +----------------------------+------------------------------------------------------+
| Others |
+============================+======================================================+
| families (folder) | Contains wiki-specific information like URLs, |

To view, visit change 1022519. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I018f8bcafcb0395dd919c1e7dc7e50e9044e00d0
Gerrit-Change-Number: 1022519
Gerrit-PatchSet: 3
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-CC: Xqt <info@gno.de>
Gerrit-MessageType: merged