minor: remove references to examples dir
This commit is contained in:
parent
265acdaf95
commit
ebd0e530db
@ -3,7 +3,6 @@ include LICENSE
|
||||
include ez_setup.py
|
||||
recursive-include doc *.rst
|
||||
recursive-include doc *.py
|
||||
recursive-include examples *.py
|
||||
recursive-include tools *.py
|
||||
include tools/README.rst
|
||||
recursive-include test *.py
|
||||
|
||||
@ -36,7 +36,7 @@ Additional dependencies are:
|
||||
|
||||
Examples
|
||||
========
|
||||
Here's a basic example (for more see the *examples/* directory):
|
||||
Here's a basic example (for more see the *examples* section of the docs):
|
||||
|
||||
>>> import pymongo
|
||||
>>> connection = pymongo.Connection("localhost", 27017)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user