Skip to content

Commit

Permalink
Update aramaic.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepjohnson committed Apr 11, 2020
1 parent f9858e4 commit f2ac929
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/aramaic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Import the function:

.. code-block:: python
In [1]: from cltk.corpus.aramaic.transilterate import square_to_imperial
In [1]: from cltk.corpus.aramaic.transliterate import square_to_imperial
Take a string written in square script:

Expand All @@ -39,6 +39,5 @@ Convert it to Imperial Aramaic by passing it to our function

.. code-block:: python
In [3]: imperial = square_to_imperial(mystring)
In [4]: print(imperial)
Out[5]: "𐑐𐑃𐑉 𐑁𐑓 𐑃𐑂[𐑍]π‘Œπ‘‹π‘Š 𐑋𐑀𐑇𐑀 𐑁𐑓 𐑇𐑐𐑉𐑅 𐑍𐑕𐑍𐑕 π‘‹π‘Š"
In [3]: square_to_imperial(mystring)
Out[3]: "𐑐𐑃𐑉 𐑁𐑓 𐑃𐑂[𐑍]π‘Œπ‘‹π‘Š 𐑋𐑀𐑇𐑀 𐑁𐑓 𐑇𐑐𐑉𐑅 𐑍𐑕𐑍𐑕 π‘‹π‘Š"

0 comments on commit f2ac929

Please sign in to comment.