Skip to content

Commit

Permalink
Merge pull request #8 from eddieantonio/feature/stable
Browse files Browse the repository at this point in the history
feat: prepare 1.0.0
  • Loading branch information
eddieantonio authored Jul 23, 2022
2 parents fb4ef94 + 023d1f2 commit b2e05d9
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 203 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Eddie Antonio Santos
Copyright (c) 2014-2022 Eddie Antonio Santos

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ from the assignment expression:
print(MySentinel) # prints `MySentinel`
**NOTE**: this will not work in the interactive console!

>>> import sentinel
>>> # Fails because varname can't find the source code for the interactive console!
>>> MySentinel = sentinel.create("MySentinel")

Example
-------

Expand Down
Loading

0 comments on commit b2e05d9

Please sign in to comment.