← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 344: Update src/alfanous/README.rst

 

------------------------------------------------------------
revno: 344
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-09-29 22:57:27 +0200
message:
  Update src/alfanous/README.rst
  
  fixes in Quick start sample
modified:
  src/alfanous/README.rst


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous/README.rst'
--- src/alfanous/README.rst	2012-09-29 19:38:54 +0000
+++ src/alfanous/README.rst	2012-09-29 20:57:27 +0000
@@ -36,6 +36,8 @@
 
 .. code-block:: python
 
+    # coding: utf-8
+    
     # import Output object 
     from alfanous.Outputs import Raw
     
@@ -67,7 +69,7 @@
      ## prepare a search query
      search_flags = {
                  "action":"search",
-                 "query": u"الحمد لله",
+                 "query": "الحمد لله",
                  "sortedby":"mushaf",
                  "reverse_order": False,        
                  "page": 1,