# HG changeset patch
# User Julian Rueth <julian.rueth@gmail.com>
Trac 10642: removed trailing dots in the reference manual
diff --git a/sagenb/notebook/cell.py b/sagenb/notebook/cell.py
index c93dbb9..c7b501b 100644
|
a
|
b
|
|
| 1 | 1 | # -*- coding: utf-8 -*- |
| 2 | 2 | """ |
| 3 | | A Cell. |
| | 3 | A Cell |
| 4 | 4 | |
| 5 | 5 | A cell is a single input/output block. Worksheets are built out of |
| 6 | 6 | a list of cells. |
diff --git a/sagenb/notebook/worksheet.py b/sagenb/notebook/worksheet.py
index f15a1ab..8ebc552 100644
|
a
|
b
|
|
| 1 | 1 | # -*- coding: utf-8 -*- |
| 2 | 2 | r""" |
| 3 | | A Worksheet. |
| | 3 | A Worksheet |
| 4 | 4 | |
| 5 | 5 | A worksheet is embedded in a web page that is served by the Sage |
| 6 | 6 | server. It is a linearly-ordered collections of numbered cells, |